Struct diem_assets_proof::SimpleCurrencyView
source · pub struct SimpleCurrencyView { /* private fields */ }
Expand description
A simplified view of the current on-chain currency metadata.
Trait Implementations§
source§impl Debug for SimpleCurrencyView
impl Debug for SimpleCurrencyView
source§impl Serialize for SimpleCurrencyView
impl Serialize for SimpleCurrencyView
Auto Trait Implementations§
impl RefUnwindSafe for SimpleCurrencyView
impl Send for SimpleCurrencyView
impl Sync for SimpleCurrencyView
impl Unpin for SimpleCurrencyView
impl UnwindSafe for SimpleCurrencyView
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.