pub enum ConfigMutationMode {
ThroughString(InputMode),
ThroughStep,
None,
}Variants
ThroughString(InputMode)
ThroughStep
None
Trait Implementations
sourceimpl Clone for ConfigMutationMode
impl Clone for ConfigMutationMode
sourcefn clone(&self) -> ConfigMutationMode
fn clone(&self) -> ConfigMutationMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ConfigMutationMode
impl Debug for ConfigMutationMode
sourceimpl PartialEq<ConfigMutationMode> for ConfigMutationMode
impl PartialEq<ConfigMutationMode> for ConfigMutationMode
sourcefn eq(&self, other: &ConfigMutationMode) -> bool
fn eq(&self, other: &ConfigMutationMode) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConfigMutationMode) -> bool
fn ne(&self, other: &ConfigMutationMode) -> bool
This method tests for !=.
impl Eq for ConfigMutationMode
impl StructuralEq for ConfigMutationMode
impl StructuralPartialEq for ConfigMutationMode
Auto Trait Implementations
impl RefUnwindSafe for ConfigMutationMode
impl Send for ConfigMutationMode
impl Sync for ConfigMutationMode
impl Unpin for ConfigMutationMode
impl UnwindSafe for ConfigMutationMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more