Struct wanikani::model::Collection [] [src]

pub struct Collection<T> {
    pub object: String,
    pub url: String,
    pub data_updated_at: DateTime<Utc>,
    pub pages: Pages,
    pub total_count: u32,
    pub data: Vec<T>,
}

Fields

Trait Implementations

impl<T: Clone> Clone for Collection<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Collection<T>
[src]

[src]

Formats the value using the given formatter.