Struct everscale_types::models::account::ExtraCurrencyCollection
source · #[repr(transparent)]pub struct ExtraCurrencyCollection<C: CellFamily>(_);Expand description
Dictionary with amounts for multiple currencies.
Implementations§
source§impl<C: CellFamily> ExtraCurrencyCollection<C>
impl<C: CellFamily> ExtraCurrencyCollection<C>
Trait Implementations§
source§impl<C: Clone + CellFamily> Clone for ExtraCurrencyCollection<C>
impl<C: Clone + CellFamily> Clone for ExtraCurrencyCollection<C>
source§fn clone(&self) -> ExtraCurrencyCollection<C>
fn clone(&self) -> ExtraCurrencyCollection<C>
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<C: CellFamily> Debug for ExtraCurrencyCollection<C>
impl<C: CellFamily> Debug for ExtraCurrencyCollection<C>
source§impl<C: Default + CellFamily> Default for ExtraCurrencyCollection<C>
impl<C: Default + CellFamily> Default for ExtraCurrencyCollection<C>
source§fn default() -> ExtraCurrencyCollection<C>
fn default() -> ExtraCurrencyCollection<C>
Returns the “default value” for a type. Read more
source§impl<'a, C: CellFamily> Load<'a, C> for ExtraCurrencyCollection<C>
impl<'a, C: CellFamily> Load<'a, C> for ExtraCurrencyCollection<C>
source§impl<C: PartialEq + CellFamily> PartialEq<ExtraCurrencyCollection<C>> for ExtraCurrencyCollection<C>
impl<C: PartialEq + CellFamily> PartialEq<ExtraCurrencyCollection<C>> for ExtraCurrencyCollection<C>
source§fn eq(&self, other: &ExtraCurrencyCollection<C>) -> bool
fn eq(&self, other: &ExtraCurrencyCollection<C>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<C: CellFamily> Store<C> for ExtraCurrencyCollection<C>
impl<C: CellFamily> Store<C> for ExtraCurrencyCollection<C>
source§fn store_into(
&self,
builder: &mut CellBuilder<C>,
finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into(
&self,
builder: &mut CellBuilder<C>,
finalizer: &mut dyn Finalizer<C>
) -> bool
Tries to store itself into the cell builder.