impl Not for bool
impl<'a> Not for &'a bool
impl BitAnd for bool
impl<'a> BitAnd<bool> for &'a bool
impl<'a> BitAnd<&'a bool> for bool
impl<'a, 'b> BitAnd<&'a bool> for &'b bool
impl BitOr for bool
impl<'a> BitOr<bool> for &'a bool
impl<'a> BitOr<&'a bool> for bool
impl<'a, 'b> BitOr<&'a bool> for &'b bool
impl BitXor for bool
impl<'a> BitXor<bool> for &'a bool
impl<'a> BitXor<&'a bool> for bool
impl<'a, 'b> BitXor<&'a bool> for &'b bool
impl PartialEq for bool
impl Eq for bool
impl PartialOrd for bool
fn partial_cmp(&self, other: &bool) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl Ord for bool
impl Clone for bool
fn clone(&self) -> bool
fn clone_from(&mut self, source: &Self)
impl Default for bool
impl FromStr for bool
type Err = ParseBoolError
fn from_str(s: &str) -> Result<bool, ParseBoolError>
impl Hash for bool
fn hash<H: Hasher>(&self, state: &mut H)
fn hash_slice<H: Hasher>(data: &[Self], state: &mut H) where Self: Sized
impl Debug for bool
impl Display 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
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)