pub struct Unequal<T> { /* private fields */ }Trait Implementations§
Source§impl<T: PartialEq<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
impl<T: PartialEq<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
default fn new() -> Box<dyn UnequalOpr<T, Rhs>>
default fn new_with(precision: T) -> Box<dyn UnequalOpr<T, Rhs>>
Source§impl<T: 'static + PartialOrd<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
impl<T: 'static + PartialOrd<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
default fn new() -> Box<dyn UnequalOpr<T, Rhs>>
default fn new_with(precision: T) -> Box<dyn UnequalOpr<T, Rhs>>
Source§impl<T: FloatingNumber + Clone + PartialOrd<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
impl<T: FloatingNumber + Clone + PartialOrd<Rhs>, Rhs> UnequalOprBuilder<T, Rhs> for Unequal<T>
fn new() -> Box<dyn UnequalOpr<T, Rhs>>
fn new_with(precision: T) -> Box<dyn UnequalOpr<T, Rhs>>
Auto Trait Implementations§
impl<T> Freeze for Unequal<T>
impl<T> RefUnwindSafe for Unequal<T>where
T: RefUnwindSafe,
impl<T> Send for Unequal<T>where
T: Send,
impl<T> Sync for Unequal<T>where
T: Sync,
impl<T> Unpin for Unequal<T>where
T: Unpin,
impl<T> UnwindSafe for Unequal<T>where
T: UnwindSafe,
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