pub struct Lt(/* private fields */);
Expand description
Represents a token with Kind::Delim that has the char <
. Use T![<] to
refer to this.
Trait Implementations§
Source§impl Ord for Lt
impl Ord for Lt
Source§impl PartialOrd for Lt
impl PartialOrd for Lt
Source§impl ToCursors for Lt
impl ToCursors for Lt
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Lt
impl Eq for Lt
impl StructuralPartialEq for Lt
Auto Trait Implementations§
impl Freeze for Lt
impl RefUnwindSafe for Lt
impl Send for Lt
impl Sync for Lt
impl Unpin for Lt
impl UnwindSafe for Lt
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