Struct kitsu::model::Character [] [src]

pub struct Character {
    pub attributes: CharacterAttributes,
    pub id: String,
    pub kind: Type,
    pub links: HashMap<String, String>,
}

Information about a character.

Fields

Information about the character.

The id of the character.

The type of item this is. This should always be Type::Character.

Links related to the anime.

Trait Implementations

impl Clone for Character
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Character
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Character

impl Sync for Character