pub enum QuantityOperationError {
AddError,
SubError,
MulError,
DivError,
SqrtError,
ComparisonError,
}Variants§
Trait Implementations§
Source§impl Debug for QuantityOperationError
impl Debug for QuantityOperationError
Auto Trait Implementations§
impl Freeze for QuantityOperationError
impl RefUnwindSafe for QuantityOperationError
impl Send for QuantityOperationError
impl Sync for QuantityOperationError
impl Unpin for QuantityOperationError
impl UnsafeUnpin for QuantityOperationError
impl UnwindSafe for QuantityOperationError
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