pub enum IcIcrcIndexedCountKind {
Account,
Holder,
Transaction,
}Expand description
IcIcrcIndexedCountKind
Scalar ledger resource counted by the official ICRC analytics index.
Variants§
Account
Accounts represented by the index.
Holder
Holders represented by the index.
Transaction
Transactions represented by the index.
Implementations§
Trait Implementations§
Source§impl Clone for IcIcrcIndexedCountKind
impl Clone for IcIcrcIndexedCountKind
Source§fn clone(&self) -> IcIcrcIndexedCountKind
fn clone(&self) -> IcIcrcIndexedCountKind
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 moreimpl Copy for IcIcrcIndexedCountKind
Source§impl Debug for IcIcrcIndexedCountKind
impl Debug for IcIcrcIndexedCountKind
Source§impl Display for IcIcrcIndexedCountKind
impl Display for IcIcrcIndexedCountKind
impl Eq for IcIcrcIndexedCountKind
Source§impl Hash for IcIcrcIndexedCountKind
impl Hash for IcIcrcIndexedCountKind
Source§impl PartialEq for IcIcrcIndexedCountKind
impl PartialEq for IcIcrcIndexedCountKind
Source§impl Serialize for IcIcrcIndexedCountKind
impl Serialize for IcIcrcIndexedCountKind
impl StructuralPartialEq for IcIcrcIndexedCountKind
Auto Trait Implementations§
impl Freeze for IcIcrcIndexedCountKind
impl RefUnwindSafe for IcIcrcIndexedCountKind
impl Send for IcIcrcIndexedCountKind
impl Sync for IcIcrcIndexedCountKind
impl Unpin for IcIcrcIndexedCountKind
impl UnsafeUnpin for IcIcrcIndexedCountKind
impl UnwindSafe for IcIcrcIndexedCountKind
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