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