pub struct ParseOpcodeError;Expand description
An error which can be returned when parsing an opcode.
Trait Implementations§
Source§impl Debug for ParseOpcodeError
impl Debug for ParseOpcodeError
Source§impl PartialEq for ParseOpcodeError
impl PartialEq for ParseOpcodeError
impl StructuralPartialEq for ParseOpcodeError
Auto Trait Implementations§
impl Freeze for ParseOpcodeError
impl RefUnwindSafe for ParseOpcodeError
impl Send for ParseOpcodeError
impl Sync for ParseOpcodeError
impl Unpin for ParseOpcodeError
impl UnwindSafe for ParseOpcodeError
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