[][src]Struct structural::type_level::list::TList

pub struct TList<Curr, Rem>(_);

A type-level non-empty list.

Methods

impl<Curr, Rem> TList<Curr, Rem>[src]

pub const NEW: Self[src]

Constructs this list.

Trait Implementations

impl<Curr, Rem> Clone for TList<Curr, Rem>[src]

impl<Curr, Rem> Copy for TList<Curr, Rem>[src]

impl<Curr, Rem> Debug for TList<Curr, Rem>[src]

impl<Curr, Rem> MarkerType for TList<Curr, Rem>[src]

Auto Trait Implementations

impl<Curr, Rem> Send for TList<Curr, Rem>

impl<Curr, Rem> Sync for TList<Curr, Rem>

impl<Curr, Rem> Unpin for TList<Curr, Rem>

impl<Curr, Rem> UnwindSafe for TList<Curr, Rem>

impl<Curr, Rem> RefUnwindSafe for TList<Curr, Rem>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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> 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]

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

type Type = T

The same type as Self. Read more

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

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The error type returned when the conversion fails.