pub enum SenseDiff {
NoChange,
Minimize,
Maximize,
}Variants§
Trait Implementations§
impl Eq for SenseDiff
impl StructuralPartialEq for SenseDiff
Auto Trait Implementations§
impl Freeze for SenseDiff
impl RefUnwindSafe for SenseDiff
impl Send for SenseDiff
impl Sync for SenseDiff
impl Unpin for SenseDiff
impl UnsafeUnpin for SenseDiff
impl UnwindSafe for SenseDiff
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<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.