pub struct HpkeExport {
pub kem_output: SensitiveBytes,
pub export: SensitiveBytes,
}
Fields§
§kem_output: SensitiveBytes
§export: SensitiveBytes
Trait Implementations§
Source§impl Clone for HpkeExport
impl Clone for HpkeExport
Source§fn clone(&self) -> HpkeExport
fn clone(&self) -> HpkeExport
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HpkeExport
impl Debug for HpkeExport
Source§impl Drop for HpkeExport
impl Drop for HpkeExport
Source§impl PartialEq for HpkeExport
impl PartialEq for HpkeExport
Source§impl Zeroize for HpkeExport
impl Zeroize for HpkeExport
impl Eq for HpkeExport
impl StructuralPartialEq for HpkeExport
Auto Trait Implementations§
impl Freeze for HpkeExport
impl RefUnwindSafe for HpkeExport
impl Send for HpkeExport
impl Sync for HpkeExport
impl Unpin for HpkeExport
impl UnwindSafe for HpkeExport
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