pub struct NodeKeyManagerStatistics {
pub node_id: String,
pub has_certificate: bool,
pub has_ca_certificate: bool,
pub certificate_status: CertificateStatus,
pub network_keys_count: usize,
pub node_public_key: String,
}Expand description
Statistics about the node key manager
Fields§
§node_id: String§has_certificate: bool§has_ca_certificate: bool§certificate_status: CertificateStatus§network_keys_count: usize§node_public_key: StringTrait Implementations§
Source§impl Clone for NodeKeyManagerStatistics
impl Clone for NodeKeyManagerStatistics
Source§fn clone(&self) -> NodeKeyManagerStatistics
fn clone(&self) -> NodeKeyManagerStatistics
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 NodeKeyManagerStatistics
impl RefUnwindSafe for NodeKeyManagerStatistics
impl Send for NodeKeyManagerStatistics
impl Sync for NodeKeyManagerStatistics
impl Unpin for NodeKeyManagerStatistics
impl UnsafeUnpin for NodeKeyManagerStatistics
impl UnwindSafe for NodeKeyManagerStatistics
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