Primitive type bool
Trait implementations
impl AsPrimitive<Field> for bool
pub fn as_(self) -> Field
impl AsPrimitive<bool> for bool
pub fn as_(self) -> Self
impl AsPrimitive<i16> for bool
pub fn as_(self) -> i16
impl AsPrimitive<i32> for bool
pub fn as_(self) -> i32
impl AsPrimitive<i64> for bool
pub fn as_(self) -> i64
impl AsPrimitive<i8> for bool
pub fn as_(self) -> i8
impl AsPrimitive<u128> for bool
pub fn as_(self) -> u128
impl AsPrimitive<u16> for bool
pub fn as_(self) -> u16
impl AsPrimitive<u32> for bool
pub fn as_(self) -> u32
impl AsPrimitive<u64> for bool
pub fn as_(self) -> u64
impl AsPrimitive<u8> for bool
pub fn as_(self) -> u8
impl BitAnd for bool
pub fn bitand(self, other: Self) -> Self
impl BitOr for bool
pub fn bitor(self, other: Self) -> Self
impl BitXor for bool
pub fn bitxor(self, other: Self) -> Self
impl Default for bool
pub fn default() -> Self
impl Eq for bool
pub fn eq(self, other: Self) -> Self
impl Hash for bool
pub fn hash<H>(self, state: &mut H)
where
H: Hasher
impl Not for bool
pub fn not(self) -> Self
impl Ord for bool
pub fn cmp(self, other: Self) -> Ordering