Enum docs::bytecode_vm::bytecode::errors::FrameError
source · pub enum FrameError {
InnerError(InstructionsError),
}Variants§
InnerError(InstructionsError)
wraper of InstructionsError
Trait Implementations§
source§impl Debug for FrameError
impl Debug for FrameError
source§impl From<InstructionsError> for FrameError
impl From<InstructionsError> for FrameError
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 FrameError
impl RefUnwindSafe for FrameError
impl Send for FrameError
impl Sync for FrameError
impl Unpin for FrameError
impl UnwindSafe for FrameError
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