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
Source§fn clone(&self) -> HpkePublicKey
fn clone(&self) -> HpkePublicKey
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HpkePublicKey
impl RefUnwindSafe for HpkePublicKey
impl Send for HpkePublicKey
impl Sync for HpkePublicKey
impl Unpin 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