Struct Minus

struct Minus { ... }

-

Usage: subtraction, negation.

Don't try to remember the name of this type — use the Token! macro instead.

Fields

spans: [Span; 1]

Implementations

impl Clone for Minus

fn clone(self: &Self) -> Self

impl Copy for Minus

impl Debug for Minus

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Default for Minus

fn default() -> Self

impl Deref for Minus

fn deref(self: &Self) -> &<Self as >::Target

impl DerefMut for Minus

fn deref_mut(self: &mut Self) -> &mut <Self as >::Target

impl Eq for Minus

impl Freeze for Minus

impl Hash for Minus

fn hash<H: Hasher>(self: &Self, _state: &mut H)

impl Parse for Minus

fn parse(input: ParseStream<'_>) -> Result<Self>

impl PartialEq for Minus

fn eq(self: &Self, _other: &Minus) -> bool

impl RefUnwindSafe for Minus

impl Send for Minus

impl Sync for Minus

impl ToTokens for Minus

fn to_tokens(self: &Self, tokens: &mut TokenStream)

impl Token for Minus

impl Unpin for Minus

impl UnwindSafe for Minus

impl<P, T> Receiver for Minus

impl<T> Any for Minus

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Minus

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Minus

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for Minus

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for Minus

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Spanned for Minus

fn span(self: &Self) -> Span

impl<T> ToOwned for Minus

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for Minus

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Minus

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Minus

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>