Struct kitsu::model::ProducerAttributes [] [src]

pub struct ProducerAttributes {
    pub created_at: String,
    pub name: String,
    pub slug: String,
    pub updated_at: String,
}

Information about a Producer.

Fields

When the entry was created.

The name of the producer.

URL slug of the producer.

When the entry was last updated.

Trait Implementations

impl Clone for ProducerAttributes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProducerAttributes
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations