Struct letterboxd::Tag [] [src]

pub struct Tag {
    pub code: String,
    pub display_tag: String,
}

Fields

The tag code.

The tag text as entered by the tagger.

Trait Implementations

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more