Enum ternary::False [] [src]

pub enum False {}

Our False type value

Trait Implementations

impl ToTernary for False
[src]

impl Not for False
[src]

False == True

The resulting type after applying the ! operator

The method for the unary ! operator

impl<X: ToTernary> BitAnd<X> for False
[src]

False & X == False

The resulting type after applying the & operator

The method for the & operator

impl<X: ToTernary> BitOr<X> for False
[src]

False | X == X

The resulting type after applying the | operator

The method for the | operator