Struct github::response::Page [-] [+] [src]

pub struct Page {
    pub number: u64,
}

Page represents a link related to the response

Fields

number

the actual page number

Trait Implementations

Derived Implementations

impl Debug for Page

fn fmt(&self, __arg_0: &mut Formatter) -> Result