pub struct ZeroArgumentError;Expand description
Returned if a zero scalar is inverted (which is similar to why a division by zero is not possible).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroArgumentError
impl RefUnwindSafe for ZeroArgumentError
impl Send for ZeroArgumentError
impl Sync for ZeroArgumentError
impl Unpin for ZeroArgumentError
impl UnsafeUnpin for ZeroArgumentError
impl UnwindSafe for ZeroArgumentError
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