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