Struct gitlab_api::gitlab::Pagination
[−]
[src]
pub struct Pagination {
pub page: u16,
pub per_page: u16,
}Fields
page: u16
per_page: u16
Trait Implementations
impl Default for Pagination[src]
fn default() -> Pagination
Returns the "default value" for a type. Read more
impl Clone for Pagination[src]
fn clone(&self) -> Pagination
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more