Struct bitmask_core::data::structs::AddressAmount
source · pub struct AddressAmount {
pub address: Address,
pub amount: u64,
}Fields§
§address: Address§amount: u64Trait Implementations§
source§impl Clone for AddressAmount
impl Clone for AddressAmount
source§fn clone(&self) -> AddressAmount
fn clone(&self) -> AddressAmount
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 AddressAmount
impl Debug for AddressAmount
source§impl Display for AddressAmount
impl Display for AddressAmount
source§impl Hash for AddressAmount
impl Hash for AddressAmount
source§impl PartialEq<AddressAmount> for AddressAmount
impl PartialEq<AddressAmount> for AddressAmount
source§fn eq(&self, other: &AddressAmount) -> bool
fn eq(&self, other: &AddressAmount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AddressAmount
impl StructuralEq for AddressAmount
impl StructuralPartialEq for AddressAmount
Auto Trait Implementations§
impl RefUnwindSafe for AddressAmount
impl Send for AddressAmount
impl Sync for AddressAmount
impl Unpin for AddressAmount
impl UnwindSafe for AddressAmount
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.