Struct serde_encrypt::key::key_pair::ReceiverKeyPair [−][src]
pub struct ReceiverKeyPair { /* fields omitted */ }Expand description
X25519 Key-pair generated by receiver.
Implementations
Ref to private key.
Ref to public key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReceiverKeyPairimpl Send for ReceiverKeyPairimpl Sync for ReceiverKeyPairimpl Unpin for ReceiverKeyPairimpl UnwindSafe for ReceiverKeyPairBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V