[][src]Struct yarte_parser::source_map::S

pub struct S<T: Debug + PartialEq + Clone>(_, _);

Implementations

impl<T: Debug + PartialEq + Clone> S<T>[src]

pub fn t(&self) -> &T[src]

pub fn span(&self) -> Span[src]

Trait Implementations

impl<T: Clone + Debug + PartialEq> Clone for S<T>[src]

impl<T: Debug + PartialEq + Clone> Debug for S<T>[src]

impl<T: PartialEq + Debug + Clone> PartialEq<S<T>> for S<T>[src]

impl<T: Debug + PartialEq + Clone> StructuralPartialEq for S<T>[src]

Auto Trait Implementations

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

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

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

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

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

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.