Struct tor_netdoc::doc::authcert::AuthCertKeyIds
source · pub struct AuthCertKeyIds {
pub id_fingerprint: RsaIdentity,
pub sk_fingerprint: RsaIdentity,
}
Expand description
A pair of key identities that identifies a certificate.
Fields§
§id_fingerprint: RsaIdentity
Fingerprint of identity key
sk_fingerprint: RsaIdentity
Fingerprint of signing key
Trait Implementations§
source§impl Clone for AuthCertKeyIds
impl Clone for AuthCertKeyIds
source§fn clone(&self) -> AuthCertKeyIds
fn clone(&self) -> AuthCertKeyIds
Returns a copy 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 moresource§impl Debug for AuthCertKeyIds
impl Debug for AuthCertKeyIds
source§impl Hash for AuthCertKeyIds
impl Hash for AuthCertKeyIds
source§impl Ord for AuthCertKeyIds
impl Ord for AuthCertKeyIds
source§fn cmp(&self, other: &AuthCertKeyIds) -> Ordering
fn cmp(&self, other: &AuthCertKeyIds) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AuthCertKeyIds> for AuthCertKeyIds
impl PartialEq<AuthCertKeyIds> for AuthCertKeyIds
source§fn eq(&self, other: &AuthCertKeyIds) -> bool
fn eq(&self, other: &AuthCertKeyIds) -> bool
source§impl PartialOrd<AuthCertKeyIds> for AuthCertKeyIds
impl PartialOrd<AuthCertKeyIds> for AuthCertKeyIds
source§fn partial_cmp(&self, other: &AuthCertKeyIds) -> Option<Ordering>
fn partial_cmp(&self, other: &AuthCertKeyIds) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more