pub enum NatOp {
Constant(usize),
Mul,
Add,
}Variants§
Trait Implementations§
impl Eq for NatOp
impl StructuralPartialEq for NatOp
Auto Trait Implementations§
impl Freeze for NatOp
impl RefUnwindSafe for NatOp
impl Send for NatOp
impl Sync for NatOp
impl Unpin for NatOp
impl UnsafeUnpin for NatOp
impl UnwindSafe for NatOp
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