Enum voidmap::Dir [−][src]
pub enum Dir {
L,
R,
}Variants
LR
Trait Implementations
impl Debug for Dir[src]
impl Debug for Dirfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Dir[src]
impl PartialEq for Dirfn eq(&self, other: &Dir) -> bool[src]
fn eq(&self, other: &Dir) -> 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 Dir[src]
impl Eq for Dir