pub struct MobileKeyManagerStatistics {
pub issued_certificates_count: usize,
pub user_profile_keys_count: usize,
pub network_keys_count: usize,
pub ca_certificate_subject: String,
}Expand description
Statistics about the mobile key manager
Fields§
§issued_certificates_count: usize§user_profile_keys_count: usize§network_keys_count: usize§ca_certificate_subject: StringTrait Implementations§
Source§impl Clone for MobileKeyManagerStatistics
impl Clone for MobileKeyManagerStatistics
Source§fn clone(&self) -> MobileKeyManagerStatistics
fn clone(&self) -> MobileKeyManagerStatistics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MobileKeyManagerStatistics
impl RefUnwindSafe for MobileKeyManagerStatistics
impl Send for MobileKeyManagerStatistics
impl Sync for MobileKeyManagerStatistics
impl Unpin for MobileKeyManagerStatistics
impl UnsafeUnpin for MobileKeyManagerStatistics
impl UnwindSafe for MobileKeyManagerStatistics
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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