Enum juniper::tests::model::Episode[][src]

pub enum Episode {
    NewHope,
    Empire,
    Jedi,
}

Variants

Trait Implementations

impl Copy for Episode
[src]

impl Clone for Episode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Episode
[src]

impl PartialEq for Episode
[src]

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

This method tests for !=.

impl Debug for Episode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Episode

impl Sync for Episode