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

pub struct Eq {
    pub token: Token,
}

=.

Fields

token: Token

Associated token.

Trait Implementations

impl Clone for Eq[src]

impl Copy for Eq[src]

impl Debug for Eq[src]

impl Eq for Eq[src]

impl Parse for Eq[src]

impl PartialEq<Eq> for Eq[src]

impl Peek for Eq[src]

impl Spanned for Eq[src]

impl StructuralEq for Eq[src]

impl StructuralPartialEq for Eq[src]

impl ToTokens for Eq[src]

Auto Trait Implementations

impl RefUnwindSafe for Eq

impl Send for Eq

impl Sync for Eq

impl Unpin for Eq

impl UnwindSafe for Eq

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.