Struct letterboxd::ListCreateResponse [] [src]

pub struct ListCreateResponse {
    pub data: List,
    pub messages: Vec<ListCreateMessage>,
}

Fields

The response object.

Trait Implementations

impl Debug for ListCreateResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListCreateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more