Struct const_generic_wrap::WrapBOOL[][src]

pub struct WrapBOOL<const T: bool>;

Const generic wrapper.

Trait Implementations

impl<const T: bool> Clone for WrapBOOL<T>[src]

impl<const T: bool> ConstOrValue<bool> for WrapBOOL<T>[src]

impl<const T: bool> ConstWrap for WrapBOOL<T>[src]

type BaseType = bool

Type which is wrapped.

impl<const T: bool> Copy for WrapBOOL<T>[src]

impl<const T: bool> Debug for WrapBOOL<T>[src]

impl<const T: bool> Default for WrapBOOL<T>[src]

impl<const T: bool> Eq for WrapBOOL<T>[src]

impl<const T: bool> Hash for WrapBOOL<T>[src]

impl<const T: bool> Ord for WrapBOOL<T>[src]

impl<const T: bool> PartialEq<WrapBOOL<T>> for WrapBOOL<T>[src]

impl<const T: bool> PartialEq<bool> for WrapBOOL<T>[src]

impl<const T: bool> PartialOrd<WrapBOOL<T>> for WrapBOOL<T>[src]

impl<const T: bool> PartialOrd<bool> for WrapBOOL<T>[src]

impl<const T: bool> StructuralEq for WrapBOOL<T>[src]

impl<const T: bool> StructuralPartialEq for WrapBOOL<T>[src]

Auto Trait Implementations

impl<const T: bool> Send for WrapBOOL<T>

impl<const T: bool> Sync for WrapBOOL<T>

impl<const T: bool> Unpin for WrapBOOL<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.