Struct wanikani::model::User [] [src]

pub struct User {
    pub username: String,
    pub level: u8,
    pub max_level_granted_by_subscription: u8,
    pub started_at: DateTime<Utc>,
    pub subscribed: bool,
    pub current_vacation_started_at: Option<DateTime<Utc>>,
    pub profile_url: String,
}

Fields

Trait Implementations

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for User
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for User
[src]

[src]

Formats the value using the given formatter.