pub struct IcIcrcAccountListRequest {
pub analytics: IcIcrcAnalyticsRequest,
pub query: IcIcrcAccountListQuery,
}Expand description
IcIcrcAccountListRequest
Request accepted by the bounded official ICRC account-list report builder.
Fields§
§analytics: IcIcrcAnalyticsRequestShared analytics endpoint, collection time, and ledger identity.
query: IcIcrcAccountListQueryExplicitly bounded account page query.
Implementations§
Trait Implementations§
Source§impl Clone for IcIcrcAccountListRequest
impl Clone for IcIcrcAccountListRequest
Source§fn clone(&self) -> IcIcrcAccountListRequest
fn clone(&self) -> IcIcrcAccountListRequest
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 IcIcrcAccountListRequest
impl Debug for IcIcrcAccountListRequest
impl Eq for IcIcrcAccountListRequest
Source§impl PartialEq for IcIcrcAccountListRequest
impl PartialEq for IcIcrcAccountListRequest
impl StructuralPartialEq for IcIcrcAccountListRequest
Auto Trait Implementations§
impl Freeze for IcIcrcAccountListRequest
impl RefUnwindSafe for IcIcrcAccountListRequest
impl Send for IcIcrcAccountListRequest
impl Sync for IcIcrcAccountListRequest
impl Unpin for IcIcrcAccountListRequest
impl UnsafeUnpin for IcIcrcAccountListRequest
impl UnwindSafe for IcIcrcAccountListRequest
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