Struct kitsu::model::Relationship [] [src]

pub struct Relationship {
    pub links: Links,
}

A relationship for a media item.

Fields

Links for one set of the media item's related links.

Trait Implementations

impl Clone for Relationship
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Relationship
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Relationship

impl Sync for Relationship