Primitive Type bool

The boolean type

Trait Implementations

impl Not<bool> for bool

fn not(&self) -> bool

impl BitAnd<bool, bool> for bool

fn bitand(&self, rhs: &bool) -> bool

impl BitOr<bool, bool> for bool

fn bitor(&self, rhs: &bool) -> bool

impl BitXor<bool, bool> for bool

fn bitxor(&self, other: &bool) -> bool

impl PartialEq for bool

fn eq(&self, other: &bool) -> bool

fn ne(&self, other: &bool) -> bool

impl Eq for bool

impl PartialOrd for bool

fn lt(&self, other: &bool) -> bool

fn le(&self, other: &Self) -> bool

fn gt(&self, other: &Self) -> bool

fn ge(&self, other: &Self) -> bool

impl Ord for bool

fn cmp(&self, other: &bool) -> Ordering

impl Clone for bool

fn clone(&self) -> bool

Return a deep copy of the value.

fn clone_from(&mut self, source: &Self)

impl Default for bool

fn default() -> bool

impl Bool for bool

fn fmt(&self, f: &mut Formatter) -> Result

impl<'a> Show for bool

fn fmt(&self, f: &mut Formatter) -> Result