Struct letterboxd::Service [] [src]

pub struct Service {
    pub id: String,
    pub name: String,
}

Fields

The LID of the service.

The name of the service.

Trait Implementations

impl Debug for Service
[src]

[src]

Formats the value using the given formatter.

impl Clone for Service
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more