#[repr(C)]pub struct XmtpFfiIdentityStats {
pub publish_identity_update: i64,
pub get_identity_updates_v2: i64,
pub get_inbox_ids: i64,
pub verify_smart_contract_wallet_signature: i64,
}Expand description
Identity API call statistics (request counts).
Fields§
§publish_identity_update: i64§get_identity_updates_v2: i64§get_inbox_ids: i64§verify_smart_contract_wallet_signature: i64Trait Implementations§
Source§impl Clone for XmtpFfiIdentityStats
impl Clone for XmtpFfiIdentityStats
Source§fn clone(&self) -> XmtpFfiIdentityStats
fn clone(&self) -> XmtpFfiIdentityStats
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 XmtpFfiIdentityStats
Source§impl Debug for XmtpFfiIdentityStats
impl Debug for XmtpFfiIdentityStats
Source§impl Default for XmtpFfiIdentityStats
impl Default for XmtpFfiIdentityStats
Source§fn default() -> XmtpFfiIdentityStats
fn default() -> XmtpFfiIdentityStats
Returns the “default value” for a type. Read more
impl Eq for XmtpFfiIdentityStats
Source§impl PartialEq for XmtpFfiIdentityStats
impl PartialEq for XmtpFfiIdentityStats
Source§fn eq(&self, other: &XmtpFfiIdentityStats) -> bool
fn eq(&self, other: &XmtpFfiIdentityStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XmtpFfiIdentityStats
Auto Trait Implementations§
impl Freeze for XmtpFfiIdentityStats
impl RefUnwindSafe for XmtpFfiIdentityStats
impl Send for XmtpFfiIdentityStats
impl Sync for XmtpFfiIdentityStats
impl Unpin for XmtpFfiIdentityStats
impl UnsafeUnpin for XmtpFfiIdentityStats
impl UnwindSafe for XmtpFfiIdentityStats
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