[][src]Struct ress::tokens::Ident

pub struct Ident<T>(_);

An identifier

Trait Implementations

impl<'a> IdentExt<str> for Ident<&'a str>[src]

impl IdentExt<String> for Ident<String>[src]

impl<T> Into<String> for Ident<T> where
    T: ToString
[src]

impl<T: Clone> Clone for Ident<T>[src]

impl<T: PartialEq> PartialEq<Ident<T>> for Ident<T>[src]

impl<'a> PartialEq<str> for Ident<&'a str>[src]

impl<'a> From<&'a str> for Ident<&'a str>[src]

impl<T> ToString for Ident<T> where
    T: ToString
[src]

impl<T: Debug> Debug for Ident<T>[src]

Auto Trait Implementations

impl<T> Send for Ident<T> where
    T: Send

impl<T> Unpin for Ident<T> where
    T: Unpin

impl<T> Sync for Ident<T> where
    T: Sync

impl<T> UnwindSafe for Ident<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for Ident<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

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]