Enum juniper::tests::model::Episode [−][src]
pub enum Episode { NewHope, Empire, Jedi, }
Variants
NewHope
Empire
Jedi
Trait Implementations
impl Copy for Episode
[src]
impl Copy for Episode
impl Clone for Episode
[src]
impl Clone for Episode
fn clone(&self) -> Episode
[src]
fn clone(&self) -> Episode
Returns 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 Episode
impl PartialEq for Episode
[src]
impl PartialEq for Episode
fn eq(&self, other: &Episode) -> bool
[src]
fn eq(&self, other: &Episode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for Episode
[src]
impl Debug for Episode