Enum omdb::Plot
[−]
[src]
pub enum Plot { Short, Full, }
Plot length.
Variants
Short
Full
Trait Implementations
impl Copy for Plot
[src]
impl Clone for Plot
[src]
fn clone(&self) -> Plot
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more