pub struct DivisionByZeroError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DivisionByZeroError
impl RefUnwindSafe for DivisionByZeroError
impl Send for DivisionByZeroError
impl Sync for DivisionByZeroError
impl Unpin for DivisionByZeroError
impl UnwindSafe for DivisionByZeroError
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