Struct hpke::HPKECiphertext
source · [−]pub struct HPKECiphertext(pub KemOutput, pub Ciphertext);
Tuple Fields
0: KemOutput
1: Ciphertext
Trait Implementations
sourceimpl Default for HPKECiphertext
impl Default for HPKECiphertext
sourcefn default() -> HPKECiphertext
fn default() -> HPKECiphertext
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HPKECiphertext
impl Send for HPKECiphertext
impl Sync for HPKECiphertext
impl Unpin for HPKECiphertext
impl UnwindSafe for HPKECiphertext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more