pub struct Tilde(/* 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 Tilde
impl Ord for Tilde
Source§impl PartialOrd for Tilde
impl PartialOrd for Tilde
Source§impl SemanticEq for Tilde
impl SemanticEq for Tilde
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 Tilde
impl ToCursors for Tilde
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Tilde
impl Eq for Tilde
impl StructuralPartialEq for Tilde
Auto Trait Implementations§
impl Freeze for Tilde
impl RefUnwindSafe for Tilde
impl Send for Tilde
impl Sync for Tilde
impl Unpin for Tilde
impl UnwindSafe for Tilde
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)