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

pub struct Priv {
    pub token: Token,
}

The priv keyword.

Fields

token: Token

Associated token.

Trait Implementations

impl Clone for Priv[src]

impl Copy for Priv[src]

impl Debug for Priv[src]

impl Eq for Priv[src]

impl Parse for Priv[src]

impl PartialEq<Priv> for Priv[src]

impl Peek for Priv[src]

impl Spanned for Priv[src]

impl StructuralEq for Priv[src]

impl StructuralPartialEq for Priv[src]

impl ToTokens for Priv[src]

Auto Trait Implementations

impl RefUnwindSafe for Priv

impl Send for Priv

impl Sync for Priv

impl Unpin for Priv

impl UnwindSafe for Priv

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.