Struct diem_assets_proof::BalancesView
source · pub struct BalancesView(_);
Expand description
A set of balances by currency.
Implementations§
Trait Implementations§
source§impl Clone for BalancesView
impl Clone for BalancesView
source§fn clone(&self) -> BalancesView
fn clone(&self) -> BalancesView
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 BalancesView
impl Debug for BalancesView
Auto Trait Implementations§
impl RefUnwindSafe for BalancesView
impl Send for BalancesView
impl Sync for BalancesView
impl Unpin for BalancesView
impl UnwindSafe for BalancesView
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.