pub enum VectorError {
DimensionMismatch,
}
Expand description
This enum represents possible errors that can happen during usage of the library.
Variants§
DimensionMismatch
Trait Implementations§
Source§impl Debug for VectorError
impl Debug for VectorError
Source§impl PartialEq for VectorError
impl PartialEq for VectorError
impl StructuralPartialEq for VectorError
Auto Trait Implementations§
impl Freeze for VectorError
impl RefUnwindSafe for VectorError
impl Send for VectorError
impl Sync for VectorError
impl Unpin for VectorError
impl UnwindSafe for VectorError
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