pub struct And(/* 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 And
impl Ord for And
Source§impl PartialOrd for And
impl PartialOrd for And
Source§impl SemanticEq for And
impl SemanticEq for And
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for And
impl ToCursors for And
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for And
impl Eq for And
impl StructuralPartialEq for And
Auto Trait Implementations§
impl Freeze for And
impl RefUnwindSafe for And
impl Send for And
impl Sync for And
impl Unpin for And
impl UnwindSafe for And
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