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