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 |
pub struct Page {
pub number: u64,
}Page represents a link related to the response
number | the actual page number |
impl Debug for Page
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).