Enum frunk_core::labelled::chars::K[][src]

pub enum K {}

Trait Implementations

impl Clone for K[src]

impl Copy for K[src]

impl Debug for K[src]

impl Eq for K[src]

impl Hash for K[src]

impl Ord for K[src]

impl PartialEq<K> for K[src]

impl PartialOrd<K> for K[src]

impl StructuralEq for K[src]

impl StructuralPartialEq for K[src]

Auto Trait Implementations

impl RefUnwindSafe for K

impl Send for K

impl Sync for K

impl Unpin for K

impl UnwindSafe for K

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<Choices> CoproductSubsetter<CNil, HNil> for Choices[src]

type Remainder = Choices

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

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

impl<T, U, I> LiftInto<U, I> for T where
    U: LiftFrom<T, I>, 
[src]

impl<Source> Sculptor<HNil, HNil> for Source[src]

type Remainder = Source

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.