pub struct IcIcrcAccountInfoReport {
pub provenance: IcDashboardReportProvenance,
pub account: IcIcrcAccountRow,
}Expand description
IcIcrcAccountInfoReport
One exact account record from the official ICRC API.
Fields§
§provenance: IcDashboardReportProvenanceShared Dashboard provenance, flattened in serialized report JSON.
account: IcIcrcAccountRowExact account record, flattened in serialized report JSON.
Trait Implementations§
Source§impl Clone for IcIcrcAccountInfoReport
impl Clone for IcIcrcAccountInfoReport
Source§fn clone(&self) -> IcIcrcAccountInfoReport
fn clone(&self) -> IcIcrcAccountInfoReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcIcrcAccountInfoReport
impl Debug for IcIcrcAccountInfoReport
impl Eq for IcIcrcAccountInfoReport
Source§impl PartialEq for IcIcrcAccountInfoReport
impl PartialEq for IcIcrcAccountInfoReport
Source§impl Serialize for IcIcrcAccountInfoReport
impl Serialize for IcIcrcAccountInfoReport
impl StructuralPartialEq for IcIcrcAccountInfoReport
Auto Trait Implementations§
impl Freeze for IcIcrcAccountInfoReport
impl RefUnwindSafe for IcIcrcAccountInfoReport
impl Send for IcIcrcAccountInfoReport
impl Sync for IcIcrcAccountInfoReport
impl Unpin for IcIcrcAccountInfoReport
impl UnsafeUnpin for IcIcrcAccountInfoReport
impl UnwindSafe for IcIcrcAccountInfoReport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more