[][src]Enum syn::IntTy

pub enum IntTy {
    Isize,
    I8,
    I16,
    I32,
    I64,
    Usize,
    U8,
    U16,
    U32,
    U64,
    Unsuffixed,
}

Variants

IsizeI8I16I32I64UsizeU8U16U32U64Unsuffixed

Trait Implementations

impl Eq for IntTy[src]

impl Clone for IntTy[src]

impl PartialEq<IntTy> for IntTy[src]

impl Copy for IntTy[src]

impl Hash for IntTy[src]

impl Debug for IntTy[src]

impl Display for IntTy[src]

Auto Trait Implementations

impl Sync for IntTy

impl Send for IntTy

impl Unpin for IntTy

impl RefUnwindSafe for IntTy

impl UnwindSafe for IntTy

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From<T> for 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.

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

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

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