pub struct HpkePublicKey(pub Vec<u8>);Expand description
An HPKE public key.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for HpkePublicKey
impl Clone for HpkePublicKey
Auto Trait Implementations§
impl Freeze for HpkePublicKey
impl RefUnwindSafe for HpkePublicKey
impl Send for HpkePublicKey
impl Sync for HpkePublicKey
impl Unpin for HpkePublicKey
impl UnsafeUnpin for HpkePublicKey
impl UnwindSafe for HpkePublicKey
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