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