pub enum NormalizedMode {
Setup,
Update,
Remove,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NormalizedMode
impl Clone for NormalizedMode
Source§fn clone(&self) -> NormalizedMode
fn clone(&self) -> NormalizedMode
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 NormalizedMode
impl Debug for NormalizedMode
Source§impl PartialEq for NormalizedMode
impl PartialEq for NormalizedMode
impl Copy for NormalizedMode
impl Eq for NormalizedMode
impl StructuralPartialEq for NormalizedMode
Auto Trait Implementations§
impl Freeze for NormalizedMode
impl RefUnwindSafe for NormalizedMode
impl Send for NormalizedMode
impl Sync for NormalizedMode
impl Unpin for NormalizedMode
impl UnsafeUnpin for NormalizedMode
impl UnwindSafe for NormalizedMode
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.