Struct everscale_types::models::currency::ExtraCurrencyCollection
source · #[repr(transparent)]pub struct ExtraCurrencyCollection(_);Expand description
Dictionary with amounts for multiple currencies.
Implementations§
Trait Implementations§
source§impl Clone for ExtraCurrencyCollection
impl Clone for ExtraCurrencyCollection
source§fn clone(&self) -> ExtraCurrencyCollection
fn clone(&self) -> ExtraCurrencyCollection
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 ExtraCurrencyCollection
impl Debug for ExtraCurrencyCollection
source§impl Default for ExtraCurrencyCollection
impl Default for ExtraCurrencyCollection
source§impl<'tlb> Load<'tlb> for ExtraCurrencyCollection
impl<'tlb> Load<'tlb> for ExtraCurrencyCollection
source§impl PartialEq<ExtraCurrencyCollection> for ExtraCurrencyCollection
impl PartialEq<ExtraCurrencyCollection> for ExtraCurrencyCollection
source§fn eq(&self, other: &ExtraCurrencyCollection) -> bool
fn eq(&self, other: &ExtraCurrencyCollection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ExtraCurrencyCollection
impl Store for ExtraCurrencyCollection
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.