Enum parables_testing::source_map::Operation [−][src]
pub enum Operation {
None,
Input,
Output,
}Variants
NoneInputOutput
Trait Implementations
impl Debug for Operation[src]
impl Debug for Operationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Operation[src]
impl Clone for Operationfn clone(&self) -> Operation[src]
fn clone(&self) -> OperationReturns 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 PartialEq for Operation[src]
impl PartialEq for Operationfn eq(&self, other: &Operation) -> bool[src]
fn eq(&self, other: &Operation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Operation[src]
impl Eq for Operation