Struct libp2p_pnet::Fingerprint
source · pub struct Fingerprint(_);
Expand description
A PreSharedKey fingerprint computed from a PreSharedKey
Trait Implementations§
source§impl Clone for Fingerprint
impl Clone for Fingerprint
source§fn clone(&self) -> Fingerprint
fn clone(&self) -> Fingerprint
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 Display for Fingerprint
impl Display for Fingerprint
Dumps the fingerprint as hex
source§impl PartialEq<Fingerprint> for Fingerprint
impl PartialEq<Fingerprint> for Fingerprint
source§fn eq(&self, other: &Fingerprint) -> bool
fn eq(&self, other: &Fingerprint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.