Struct gitlab_api::gitlab::Pagination [] [src]

pub struct Pagination {
    pub page: u16,
    pub per_page: u16,
}

Fields

Trait Implementations

impl Default for Pagination
[src]

Returns the "default value" for a type. Read more

impl Clone for Pagination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pagination
[src]

impl Debug for Pagination
[src]

Formats the value using the given formatter.