pub struct AtKeyword(/* private fields */);Expand description
Represents a token with Kind::AtKeyword. Use T![AtKeyword] to refer to this.
Implementations§
Trait Implementations§
Source§impl Ord for AtKeyword
impl Ord for AtKeyword
Source§impl PartialOrd for AtKeyword
impl PartialOrd for AtKeyword
Source§impl SemanticEq for AtKeyword
impl SemanticEq for AtKeyword
Source§fn semantic_eq(&self, s: &Self) -> bool
fn semantic_eq(&self, s: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for AtKeyword
impl ToCursors for AtKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for AtKeyword
impl Eq for AtKeyword
impl StructuralPartialEq for AtKeyword
Auto Trait Implementations§
impl Freeze for AtKeyword
impl RefUnwindSafe for AtKeyword
impl Send for AtKeyword
impl Sync for AtKeyword
impl Unpin for AtKeyword
impl UnwindSafe for AtKeyword
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)