pub enum CompareMode {
Forward,
Reverse,
}Variants§
Auto Trait Implementations§
impl Freeze for CompareMode
impl RefUnwindSafe for CompareMode
impl Send for CompareMode
impl Sync for CompareMode
impl Unpin for CompareMode
impl UnsafeUnpin for CompareMode
impl UnwindSafe for CompareMode
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