pub struct GtOperator { /* private fields */ }Expand description
Greater than operator (@gt).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtOperator
impl RefUnwindSafe for GtOperator
impl Send for GtOperator
impl Sync for GtOperator
impl Unpin for GtOperator
impl UnwindSafe for GtOperator
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