Struct typemap_core::TyEnd[][src]

pub struct TyEnd;

The end of a typemap.

Following the analogy of Ty to a cons cell, TyEnd is akin to nil. s See Ty for more details.

Trait Implementations

impl Clone for TyEnd[src]

impl Copy for TyEnd[src]

impl Debug for TyEnd[src]

impl Default for TyEnd[src]

impl Eq for TyEnd[src]

impl PartialEq<TyEnd> for TyEnd[src]

impl StructuralEq for TyEnd[src]

impl StructuralPartialEq for TyEnd[src]

impl TypeMapGet for TyEnd[src]

impl TypeMapSet for TyEnd[src]

Auto Trait Implementations

impl Send for TyEnd[src]

impl Sync for TyEnd[src]

impl Unpin for TyEnd[src]

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, 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.