pub struct OpcodeUnsupported(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Debug for OpcodeUnsupported
impl Debug for OpcodeUnsupported
Auto Trait Implementations§
impl Freeze for OpcodeUnsupported
impl RefUnwindSafe for OpcodeUnsupported
impl Send for OpcodeUnsupported
impl Sync for OpcodeUnsupported
impl Unpin for OpcodeUnsupported
impl UnwindSafe for OpcodeUnsupported
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