Enum conch_runtime::eval::TildeExpansion [−][src]
pub enum TildeExpansion {
None,
First,
All,
}An enum representing how tildes (~) are expanded.
Variants
NoneTildes retain a literal value, no expansion is done.
FirstTildes are expanded if they are at the beginning of a word.
AllAll tildes (either at start of word or after :) are expanded.
Trait Implementations
impl PartialEq for TildeExpansion[src]
impl PartialEq for TildeExpansionfn eq(&self, other: &TildeExpansion) -> bool[src]
fn eq(&self, other: &TildeExpansion) -> 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 TildeExpansion[src]
impl Eq for TildeExpansionimpl Copy for TildeExpansion[src]
impl Copy for TildeExpansionimpl Clone for TildeExpansion[src]
impl Clone for TildeExpansionfn clone(&self) -> TildeExpansion[src]
fn clone(&self) -> TildeExpansionReturns 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 Debug for TildeExpansion[src]
impl Debug for TildeExpansionAuto Trait Implementations
impl Send for TildeExpansion
impl Send for TildeExpansionimpl Sync for TildeExpansion
impl Sync for TildeExpansion