pub enum NormalisationMethod {
Basic,
Dynamic,
}Variants§
Trait Implementations§
Source§impl Clone for NormalisationMethod
impl Clone for NormalisationMethod
Source§fn clone(&self) -> NormalisationMethod
fn clone(&self) -> NormalisationMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NormalisationMethod
impl Debug for NormalisationMethod
Source§impl Default for NormalisationMethod
impl Default for NormalisationMethod
Source§fn default() -> NormalisationMethod
fn default() -> NormalisationMethod
Returns the “default value” for a type. Read more
Source§impl FromStr for NormalisationMethod
impl FromStr for NormalisationMethod
Source§impl PartialEq for NormalisationMethod
impl PartialEq for NormalisationMethod
impl Copy for NormalisationMethod
impl Eq for NormalisationMethod
impl StructuralPartialEq for NormalisationMethod
Auto Trait Implementations§
impl Freeze for NormalisationMethod
impl RefUnwindSafe for NormalisationMethod
impl Send for NormalisationMethod
impl Sync for NormalisationMethod
impl Unpin for NormalisationMethod
impl UnwindSafe for NormalisationMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.