pub struct OpsCode { /* private fields */ }
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 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