Struct wanikani::model::Subject [] [src]

pub struct Subject {
    pub level: u8,
    pub created_at: DateTime<Utc>,
    pub slug: String,
    pub document_url: String,
    pub characters: Option<String>,
    pub meanings: Vec<Meaning>,
    pub character_images: Option<Vec<Map<String, String>>>,
    pub readings: Option<Vec<Reading>>,
    pub parts_of_speech: Option<Vec<String>>,
    pub component_subject_ids: Option<Vec<u32>>,
}

Fields

Trait Implementations

impl Clone for Subject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Subject
[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 Subject
[src]

[src]

Formats the value using the given formatter.