[][src]Struct yarte_lexer::Local

pub struct Local(_);

Trait Implementations

impl AsMut<Local> for Local[src]

impl AsRef<Local> for Local[src]

impl Clone for Local[src]

impl Debug for Local[src]

impl Deref for Local[src]

type Target = Local

The resulting type after dereferencing.

impl DerefMut for Local[src]

impl<'de> Deserialize<'de> for Local[src]

impl Into<Local> for StmtLocal[src]

impl Parse for Local[src]

impl PartialEq<Local> for Local[src]

impl StructuralPartialEq for Local[src]

Auto Trait Implementations

impl RefUnwindSafe for Local

impl !Send for Local

impl !Sync for Local

impl Unpin for Local

impl UnwindSafe for Local

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.