Struct gazetta_core::view::Paginate
[−]
[src]
pub struct Paginate<'a> { pub current: usize, pub pages: &'a [&'a str], }
Page pagination information.
Fields
current: usize
Index of current page.
pages: &'a [&'a str]
The list of pages (links only) in this pagination.
Trait Implementations
impl<'a> Copy for Paginate<'a>
[src]
impl<'a> Clone for Paginate<'a>
[src]
fn clone(&self) -> Paginate<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more