Enum control_code::Item
[−]
[src]
pub enum Item<'a> { String(&'a str), C0(T), C1(T<'a>), }
Variants
String(&'a str)
C0(T)
C1(T<'a>)
Trait Implementations
impl<'a> Eq for Item<'a>
[src]
impl<'a> PartialEq for Item<'a>
[src]
fn eq(&self, __arg_0: &Item<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Item<'a>) -> bool
This method tests for !=
.
impl<'a> Clone for Item<'a>
[src]
fn clone(&self) -> Item<'a>
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