Primitive Type bool
The boolean type
The boolean type
impl Not<bool> for boolimpl BitAnd<bool, bool> for boolimpl BitOr<bool, bool> for boolimpl BitXor<bool, bool> for boolimpl PartialEq for boolimpl Eq for boolimpl PartialOrd for boolfn lt(&self, other: &bool) -> boolfn le(&self, other: &Self) -> boolfn gt(&self, other: &Self) -> boolfn ge(&self, other: &Self) -> boolimpl Ord for boolimpl Clone for boolimpl Default for boolimpl Bool for boolimpl<'a> Show for bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).