Struct diem_assets_proof::SimpleMetadataView
source · pub struct SimpleMetadataView { /* private fields */ }
Expand description
Truncated view of the [MetadataView
].
Note: we try to mirror the json-rpc naming convention (e.g., “diem_ledger_version” instead of “version”) for consistency.
Trait Implementations§
source§impl Debug for SimpleMetadataView
impl Debug for SimpleMetadataView
source§impl From<MetadataView> for SimpleMetadataView
impl From<MetadataView> for SimpleMetadataView
Auto Trait Implementations§
impl RefUnwindSafe for SimpleMetadataView
impl Send for SimpleMetadataView
impl Sync for SimpleMetadataView
impl Unpin for SimpleMetadataView
impl UnwindSafe for SimpleMetadataView
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.