pub enum NAryOp {
Xor,
Nor,
Array,
Tuple,
}
Expand description
N-ary operators
Variants§
Trait Implementations§
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