Enum omdb::Plot [] [src]

pub enum Plot {
    Short,
    Full,
}

Plot length.

Variants

Trait Implementations

impl Copy for Plot
[src]

impl Clone for Plot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Plot
[src]

Formats the value using the given formatter.

impl PartialEq for Plot
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.