Struct kitsu::model::Producer [] [src]

pub struct Producer {
    pub attributes: ProducerAttributes,
    pub id: String,
    pub kind: Type,
    pub links: HashMap<String, String>,
}

Information about a producer

Fields

Information about the producer.

The id of the producer

The type of item this is. This should always be [Type::Producer].

Links to the related anime-productions.

Trait Implementations

impl Clone for Producer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Producer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Producer

impl Sync for Producer