pub struct LESS_THAN { /* private fields */ }Trait Implementations§
Source§impl Deref for LESS_THAN
impl Deref for LESS_THAN
Source§type Target = Comparison
type Target = Comparison
The resulting type after dereferencing.
Source§fn deref(&self) -> &Comparison
fn deref(&self) -> &Comparison
Dereferences the value.
impl LazyStatic for LESS_THAN
Auto Trait Implementations§
impl Freeze for LESS_THAN
impl RefUnwindSafe for LESS_THAN
impl Send for LESS_THAN
impl Sync for LESS_THAN
impl Unpin for LESS_THAN
impl UnwindSafe for LESS_THAN
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