Struct kitsu::model::Links [] [src]

pub struct Links {
    pub related: String,
    pub own: String,
}

Links related to the media item.

Fields

Link to a related media item.

Direct link to the media item.

Trait Implementations

impl Clone for Links
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Links
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Links

impl Sync for Links