Struct letterboxd::ListEntriesResponse [] [src]

pub struct ListEntriesResponse {
    pub next: Option<Cursor>,
    pub items: Vec<ListEntry>,
}

Fields

The cursor to the next page of results.

Trait Implementations

impl Debug for ListEntriesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListEntriesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more