Struct diem_assets_proof::ChildVASPView
source · pub struct ChildVASPView { /* private fields */ }
Expand description
A simplified view of a single child VASP account. Currently we only display the balances for each account.
Trait Implementations§
source§impl Debug for ChildVASPView
impl Debug for ChildVASPView
source§impl Serialize for ChildVASPView
impl Serialize for ChildVASPView
Auto Trait Implementations§
impl RefUnwindSafe for ChildVASPView
impl Send for ChildVASPView
impl Sync for ChildVASPView
impl Unpin for ChildVASPView
impl UnwindSafe for ChildVASPView
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.