pub struct HpkePublicKey { /* private fields */ }Expand description
An HPKE public key is a byte vector.
Implementations§
Trait Implementations§
Source§impl Clone for HpkePublicKey
impl Clone for HpkePublicKey
Source§fn clone(&self) -> HpkePublicKey
fn clone(&self) -> HpkePublicKey
Returns a duplicate 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 moreSource§impl Debug for HpkePublicKey
impl Debug for HpkePublicKey
Source§impl Default for HpkePublicKey
impl Default for HpkePublicKey
Source§fn default() -> HpkePublicKey
fn default() -> HpkePublicKey
Returns the “default value” for a type. Read more
Source§impl From<&[u8]> for HpkePublicKey
impl From<&[u8]> for HpkePublicKey
Source§impl PartialEq for HpkePublicKey
impl PartialEq for HpkePublicKey
impl StructuralPartialEq 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 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