pub struct LessEqual {}Trait Implementations§
Source§impl<T: PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
impl<T: PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
default fn new() -> Box<dyn LessEqualOpr<T, Rhs>>
default fn new_with(precision: T) -> Box<dyn LessEqualOpr<T, Rhs>>
Source§impl<T: 'static + PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
impl<T: 'static + PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
default fn new() -> Box<dyn LessEqualOpr<T, Rhs>>
default fn new_with(precision: T) -> Box<dyn LessEqualOpr<T, Rhs>>
Source§impl<T: FloatingNumber + Clone + PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
impl<T: FloatingNumber + Clone + PartialOrd<Rhs>, Rhs> LessEqualOprBuilder<T, Rhs> for LessEqual
fn new() -> Box<dyn LessEqualOpr<T, Rhs>>
fn new_with(precision: T) -> Box<dyn LessEqualOpr<T, Rhs>>
Auto Trait Implementations§
impl Freeze for LessEqual
impl RefUnwindSafe for LessEqual
impl Send for LessEqual
impl Sync for LessEqual
impl Unpin for LessEqual
impl UnwindSafe for LessEqual
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