Enum docs::bytecode_vm::bytecode::errors::BytecodeError
source · pub enum BytecodeError {
InnerError(InstructionsError),
}Variants§
InnerError(InstructionsError)
wraper of InstructionsError
Trait Implementations§
source§impl Debug for BytecodeError
impl Debug for BytecodeError
source§impl From<InstructionsError> for BytecodeError
impl From<InstructionsError> for BytecodeError
source§fn from(err: InstructionsError) -> Self
fn from(err: InstructionsError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BytecodeError
impl RefUnwindSafe for BytecodeError
impl Send for BytecodeError
impl Sync for BytecodeError
impl Unpin for BytecodeError
impl UnwindSafe for BytecodeError
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