Struct Tilde
struct Tilde { ... }
~
Usage: unused since before Rust 1.0.
Don't try to remember the name of this type — use the
Token! macro instead.
Fields
spans: [Span; 1]
Implementations
impl Clone for Tilde
fn clone(self: &Self) -> Self
impl Copy for Tilde
impl Debug for Tilde
fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result
impl Default for Tilde
fn default() -> Self
impl Deref for Tilde
fn deref(self: &Self) -> &<Self as >::Target
impl DerefMut for Tilde
fn deref_mut(self: &mut Self) -> &mut <Self as >::Target
impl Eq for Tilde
impl Freeze for Tilde
impl Hash for Tilde
fn hash<H: Hasher>(self: &Self, _state: &mut H)
impl Parse for Tilde
fn parse(input: ParseStream<'_>) -> Result<Self>
impl PartialEq for Tilde
fn eq(self: &Self, _other: &Tilde) -> bool
impl RefUnwindSafe for Tilde
impl Send for Tilde
impl Sync for Tilde
impl ToTokens for Tilde
fn to_tokens(self: &Self, tokens: &mut TokenStream)
impl Token for Tilde
impl Unpin for Tilde
impl UnwindSafe for Tilde
impl<P, T> Receiver for Tilde
impl<T> Any for Tilde
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Tilde
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Tilde
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for Tilde
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for Tilde
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Spanned for Tilde
fn span(self: &Self) -> Span
impl<T> ToOwned for Tilde
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for Tilde
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Tilde
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Tilde
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>