pub struct GREATER_THAN { /* private fields */ }Trait Implementations§
Source§impl Deref for GREATER_THAN
impl Deref for GREATER_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 GREATER_THAN
Auto Trait Implementations§
impl Freeze for GREATER_THAN
impl RefUnwindSafe for GREATER_THAN
impl Send for GREATER_THAN
impl Sync for GREATER_THAN
impl Unpin for GREATER_THAN
impl UnwindSafe for GREATER_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