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