Struct rune::ast::generated::DashEq[][src]

pub struct DashEq {
    pub token: Token,
}

-=.

Fields

token: Token

Associated token.

Trait Implementations

impl Clone for DashEq[src]

impl Copy for DashEq[src]

impl Debug for DashEq[src]

impl Eq for DashEq[src]

impl Parse for DashEq[src]

impl PartialEq<DashEq> for DashEq[src]

impl Peek for DashEq[src]

impl Spanned for DashEq[src]

impl StructuralEq for DashEq[src]

impl StructuralPartialEq for DashEq[src]

impl ToTokens for DashEq[src]

Auto Trait Implementations

impl RefUnwindSafe for DashEq

impl Send for DashEq

impl Sync for DashEq

impl Unpin for DashEq

impl UnwindSafe for DashEq

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.