pub struct VerifyRuntimeError(pub RuntimeErrorStruct);Tuple Fields§
§0: RuntimeErrorStructTrait Implementations§
Source§impl Debug for VerifyRuntimeError
impl Debug for VerifyRuntimeError
Source§impl From<VerifyRuntimeError> for RuntimeError
impl From<VerifyRuntimeError> for RuntimeError
Source§fn from(w: VerifyRuntimeError) -> Self
fn from(w: VerifyRuntimeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VerifyRuntimeError
impl RefUnwindSafe for VerifyRuntimeError
impl !Send for VerifyRuntimeError
impl !Sync for VerifyRuntimeError
impl Unpin for VerifyRuntimeError
impl UnsafeUnpin for VerifyRuntimeError
impl UnwindSafe for VerifyRuntimeError
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