Struct wanikani::model::Pages [] [src]

pub struct Pages {
    pub per_page: u32,
    pub next_url: Option<String>,
    pub previous_url: Option<String>,
}

Fields

Trait Implementations

impl Clone for Pages
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pages
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pages

impl Sync for Pages