pub enum LatchingComparator {
NonLatching,
Latching,
}Variants§
Trait Implementations§
Source§impl Debug for LatchingComparator
impl Debug for LatchingComparator
Auto Trait Implementations§
impl Freeze for LatchingComparator
impl RefUnwindSafe for LatchingComparator
impl Send for LatchingComparator
impl Sync for LatchingComparator
impl Unpin for LatchingComparator
impl UnwindSafe for LatchingComparator
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