Struct diem_assets_proof::ParentVASPView
source · pub struct ParentVASPView { /* private fields */ }
Expand description
A simplified view of the parent VASP account, ignoring irrelevant info like the sent/receive event keys.
Trait Implementations§
source§impl Debug for ParentVASPView
impl Debug for ParentVASPView
source§impl Serialize for ParentVASPView
impl Serialize for ParentVASPView
Auto Trait Implementations§
impl RefUnwindSafe for ParentVASPView
impl Send for ParentVASPView
impl Sync for ParentVASPView
impl Unpin for ParentVASPView
impl UnwindSafe for ParentVASPView
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.