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

pub struct For {
    pub token: Token,
}

The for keyword.

Fields

token: Token

Associated token.

Trait Implementations

impl Clone for For[src]

impl Copy for For[src]

impl Debug for For[src]

impl Eq for For[src]

impl Parse for For[src]

impl PartialEq<For> for For[src]

impl Peek for For[src]

impl Spanned for For[src]

impl StructuralEq for For[src]

impl StructuralPartialEq for For[src]

impl ToTokens for For[src]

Auto Trait Implementations

impl RefUnwindSafe for For

impl Send for For

impl Sync for For

impl Unpin for For

impl UnwindSafe for For

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.