Enum sway_types::integer_bits::IntegerBits
source · pub enum IntegerBits {
Eight,
Sixteen,
ThirtyTwo,
SixtyFour,
}
Variants§
Trait Implementations§
source§impl Clone for IntegerBits
impl Clone for IntegerBits
source§fn clone(&self) -> IntegerBits
fn clone(&self) -> IntegerBits
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntegerBits
impl Debug for IntegerBits
source§impl Display for IntegerBits
impl Display for IntegerBits
source§impl Hash for IntegerBits
impl Hash for IntegerBits
source§impl PartialEq<IntegerBits> for IntegerBits
impl PartialEq<IntegerBits> for IntegerBits
source§fn eq(&self, other: &IntegerBits) -> bool
fn eq(&self, other: &IntegerBits) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.