pub struct E2eeKeypair {
pub secret: StaticSecret,
pub public: PublicKey,
}Fields§
§secret: StaticSecretX25519 private key.
public: PublicKeyX25519 public key.
Auto Trait Implementations§
impl Freeze for E2eeKeypair
impl RefUnwindSafe for E2eeKeypair
impl Send for E2eeKeypair
impl Sync for E2eeKeypair
impl Unpin for E2eeKeypair
impl UnwindSafe for E2eeKeypair
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more