[][src]Struct core_extensions::type_level_bool::internals::IfElseOp

pub struct IfElseOp<Cond, Then, Else>(_);

Struct representing a type-level if.

Trait Implementations

impl<Then, Else> BooleanOp for IfElseOp<True, Then, Else>[src]

type Value = Then

impl<Then, Else> BooleanOp for IfElseOp<False, Then, Else>[src]

type Value = Else

Auto Trait Implementations

impl<Cond, Then, Else> Unpin for IfElseOp<Cond, Then, Else>

impl<Cond, Then, Else> Send for IfElseOp<Cond, Then, Else>

impl<Cond, Then, Else> Sync for IfElseOp<Cond, Then, Else>

impl<Cond, Then, Else> UnwindSafe for IfElseOp<Cond, Then, Else>

impl<Cond, Then, Else> RefUnwindSafe for IfElseOp<Cond, Then, Else>

Blanket Implementations

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.

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

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

type Error = !

The type returned in the event of a conversion error.

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

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]