Enum juniper::tests::model::Episode [−][src]
pub enum Episode {
NewHope,
Empire,
Jedi,
}Variants
NewHopeEmpireJediTrait Implementations
impl Copy for Episode[src]
impl Copy for Episodeimpl Clone for Episode[src]
impl Clone for Episodefn clone(&self) -> Episode[src]
fn clone(&self) -> EpisodeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Episode[src]
impl Eq for Episodeimpl PartialEq for Episode[src]
impl PartialEq for Episodefn eq(&self, other: &Episode) -> bool[src]
fn eq(&self, other: &Episode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Episode[src]
impl Debug for Episode