pub struct LessThanEqual;Expand description
Perform a numerical less than comparison.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LessThanEqual
impl RefUnwindSafe for LessThanEqual
impl Send for LessThanEqual
impl Sync for LessThanEqual
impl Unpin for LessThanEqual
impl UnwindSafe for LessThanEqual
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