pub struct OpsCode { /* private fields */ }Expand description
Type tag identifying the operator/operand extraction action; carries no data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpsCode
impl RefUnwindSafe for OpsCode
impl Send for OpsCode
impl Sync for OpsCode
impl Unpin for OpsCode
impl UnsafeUnpin for OpsCode
impl UnwindSafe for OpsCode
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