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