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