Struct wanikani::model::Report [] [src]

pub struct Report<T> {
    pub id: Option<u32>,
    pub object: ObjectType,
    pub url: String,
    pub data_updated_at: Option<DateTime<Utc>>,
    pub data: T,
}

Fields

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq for Report<T>
[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<T: Debug> Debug for Report<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Report<T> where
    T: Send

impl<T> Sync for Report<T> where
    T: Sync