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