Struct hpke::HPKEKeyPair
source · [−]pub struct HPKEKeyPair(pub HpkePrivateKey, pub HpkePublicKey);Tuple Fields
0: HpkePrivateKey1: HpkePublicKeyAuto Trait Implementations
impl RefUnwindSafe for HPKEKeyPair
impl Send for HPKEKeyPair
impl Sync for HPKEKeyPair
impl Unpin for HPKEKeyPair
impl UnwindSafe for HPKEKeyPair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more