pub struct V01Error;Expand description
Error returned when a value cannot be proven to be in the normalized
[0, 1] range.
Trait Implementations§
impl Copy for V01Error
impl Eq for V01Error
impl StructuralPartialEq for V01Error
Auto Trait Implementations§
impl Freeze for V01Error
impl RefUnwindSafe for V01Error
impl Send for V01Error
impl Sync for V01Error
impl Unpin for V01Error
impl UnsafeUnpin for V01Error
impl UnwindSafe for V01Error
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