pub type False = B0;
Aliased Type§
struct False;
Implementations
Trait Implementations
impl Copy for B0
impl StructuralEq for B0
impl Eq for B0
source§impl Ord for B0
impl Ord for B0
impl StructuralPartialEq for B0
impl Zero for B0
source§impl PartialOrd for B0
impl PartialOrd for B0
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more