pub enum ExactError {
Inexact,
Overflow,
}Variants§
Trait Implementations§
Source§impl Clone for ExactError
impl Clone for ExactError
Source§fn clone(&self) -> ExactError
fn clone(&self) -> ExactError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExactError
impl Debug for ExactError
Source§impl PartialEq for ExactError
impl PartialEq for ExactError
impl Copy for ExactError
impl Eq for ExactError
impl StructuralPartialEq for ExactError
Auto Trait Implementations§
impl Freeze for ExactError
impl RefUnwindSafe for ExactError
impl Send for ExactError
impl Sync for ExactError
impl Unpin for ExactError
impl UnwindSafe for ExactError
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