pub struct IcIcrcAccountInfoRequest {
pub analytics: IcIcrcAnalyticsRequest,
pub account_id: String,
}Expand description
IcIcrcAccountInfoRequest
Request accepted by the exact official ICRC account-detail report builder.
Fields§
§analytics: IcIcrcAnalyticsRequestShared analytics endpoint, collection time, and ledger identity.
account_id: StringExact opaque account id requested from the index.
Implementations§
Trait Implementations§
Source§impl Clone for IcIcrcAccountInfoRequest
impl Clone for IcIcrcAccountInfoRequest
Source§fn clone(&self) -> IcIcrcAccountInfoRequest
fn clone(&self) -> IcIcrcAccountInfoRequest
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 IcIcrcAccountInfoRequest
impl Debug for IcIcrcAccountInfoRequest
impl Eq for IcIcrcAccountInfoRequest
Source§impl PartialEq for IcIcrcAccountInfoRequest
impl PartialEq for IcIcrcAccountInfoRequest
impl StructuralPartialEq for IcIcrcAccountInfoRequest
Auto Trait Implementations§
impl Freeze for IcIcrcAccountInfoRequest
impl RefUnwindSafe for IcIcrcAccountInfoRequest
impl Send for IcIcrcAccountInfoRequest
impl Sync for IcIcrcAccountInfoRequest
impl Unpin for IcIcrcAccountInfoRequest
impl UnsafeUnpin for IcIcrcAccountInfoRequest
impl UnwindSafe for IcIcrcAccountInfoRequest
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