pub struct LtOp {
pub lt: Lt,
}
Expand description
A <
rule operator.
Fields§
§lt: Lt
The =
token.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LtOp
impl Send for LtOp
impl Sync for LtOp
impl Unpin for LtOp
impl UnwindSafe for LtOp
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