pub enum ComparatorQueue {
AsserAfterOne,
AsserAfterTwo,
AsserAfterFour,
Disable,
}Variants§
Trait Implementations§
Source§impl Debug for ComparatorQueue
impl Debug for ComparatorQueue
Auto Trait Implementations§
impl Freeze for ComparatorQueue
impl RefUnwindSafe for ComparatorQueue
impl Send for ComparatorQueue
impl Sync for ComparatorQueue
impl Unpin for ComparatorQueue
impl UnwindSafe for ComparatorQueue
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