Struct letterboxd::MemberFilmRelationshipsResponse [] [src]

pub struct MemberFilmRelationshipsResponse {
    pub next: Cursor,
    pub items: Vec<MemberFilmRelationship>,
}

Fields

The cursor to the next page of results.

The list of film relationships for members.

Trait Implementations

impl Debug for MemberFilmRelationshipsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for MemberFilmRelationshipsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more