Enum letterboxd::Link [] [src]

pub enum Link {
    Letterboxd {
        id: String,
        url: String,
    },
    Tmdb {
        id: String,
        url: String,
    },
    Imdb {
        id: String,
        url: String,
    },
    Gwi {
        id: String,
        url: String,
    },
}

Variants

Fields of Letterboxd

The object ID for the linked entity on the destination site.

The fully qualified URL on the destination site.

Fields of Tmdb

The object ID for the linked entity on the destination site.

The fully qualified URL on the destination site.

Fields of Imdb

The object ID for the linked entity on the destination site.

The fully qualified URL on the destination site.

Fields of Gwi

The object ID for the linked entity on the destination site.

The fully qualified URL on the destination site.

Trait Implementations

impl Debug for Link
[src]

[src]

Formats the value using the given formatter.

impl Clone for Link
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more