pub struct LessThan;
Expand description
Represents the terminal symbol <
Trait Implementations§
Source§impl Ord for LessThan
impl Ord for LessThan
Source§impl PartialOrd for LessThan
impl PartialOrd for LessThan
impl Copy for LessThan
impl Eq for LessThan
impl StructuralPartialEq for LessThan
Auto Trait Implementations§
impl Freeze for LessThan
impl RefUnwindSafe for LessThan
impl Send for LessThan
impl Sync for LessThan
impl Unpin for LessThan
impl UnwindSafe for LessThan
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