pub enum MinMaxOp {
Min,
Max,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinMaxOp
impl RefUnwindSafe for MinMaxOp
impl Send for MinMaxOp
impl Sync for MinMaxOp
impl Unpin for MinMaxOp
impl UnwindSafe for MinMaxOp
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