Struct libp2p_core::identity::ed25519::PublicKey
source · pub struct PublicKey(_);
Expand description
An Ed25519 public key.
Implementations§
Trait Implementations§
source§impl Ord for PublicKey
impl Ord for PublicKey
source§impl PartialOrd<PublicKey> for PublicKey
impl PartialOrd<PublicKey> for PublicKey
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