pub enum VectorErrors {
Norm2IsZero,
}
Expand description
Errors from Vectors
Variants§
Norm2IsZero
the norm cannot be zero
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VectorErrors
impl RefUnwindSafe for VectorErrors
impl Send for VectorErrors
impl Sync for VectorErrors
impl Unpin for VectorErrors
impl UnwindSafe for VectorErrors
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