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