Struct const_generic_wrap::WrapCHAR[][src]

pub struct WrapCHAR<const T: char>;

Const generic wrapper.

Trait Implementations

impl<const T: char> Clone for WrapCHAR<T>[src]

impl<const T: char> ConstOrValue<char> for WrapCHAR<T>[src]

impl<const T: char> ConstWrap for WrapCHAR<T>[src]

type BaseType = char

Type which is wrapped.

impl<const T: char> Copy for WrapCHAR<T>[src]

impl<const T: char> Debug for WrapCHAR<T>[src]

impl<const T: char> Default for WrapCHAR<T>[src]

impl<const T: char> Eq for WrapCHAR<T>[src]

impl<const T: char> Hash for WrapCHAR<T>[src]

impl<const T: char> Ord for WrapCHAR<T>[src]

impl<const T: char> PartialEq<WrapCHAR<T>> for WrapCHAR<T>[src]

impl<const T: char> PartialEq<char> for WrapCHAR<T>[src]

impl<const T: char> PartialOrd<WrapCHAR<T>> for WrapCHAR<T>[src]

impl<const T: char> PartialOrd<char> for WrapCHAR<T>[src]

impl<const T: char> StructuralEq for WrapCHAR<T>[src]

impl<const T: char> StructuralPartialEq for WrapCHAR<T>[src]

Auto Trait Implementations

impl<const T: char> Send for WrapCHAR<T>

impl<const T: char> Sync for WrapCHAR<T>

impl<const T: char> Unpin for WrapCHAR<T>

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> ConstOrValue<T> for T[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.