Struct rustls::crypto::hpke::HpkePublicKey
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)