Struct libp2p_noise::KeypairIdentity [−][src]
Expand description
The associated public identity of a DH keypair.
Fields
public: PublicKeyThe public identity key.
signature: Option<Vec<u8>>The signature over the public DH key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeypairIdentityimpl Send for KeypairIdentityimpl Sync for KeypairIdentityimpl Unpin for KeypairIdentityimpl UnwindSafe for KeypairIdentityBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V