[][src]Struct syn::token::Le

#[repr(C)]
pub struct Le {
    pub spans: [Span; 2],
}

<=

Don't try to remember the name of this type — use the Token! macro instead.

Fields

spans: [Span; 2]

Trait Implementations

impl Token for Le[src]

impl Parse for Le[src]

impl Clone for Le[src]

impl Copy for Le[src]

impl Default for Le[src]

impl Eq for Le[src]

impl PartialEq<Le> for Le[src]

impl Debug for Le[src]

impl Hash for Le[src]

impl ToTokens for Le[src]

Auto Trait Implementations

impl !Send for Le

impl !Sync for Le

impl Unpin for Le

impl UnwindSafe for Le

impl !RefUnwindSafe for Le

Blanket Implementations

impl<T> Token for T where
    T: CustomToken, 
[src]

impl<T> Spanned for T where
    T: Spanned + ?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 = !

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.

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

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

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