pub struct EncapsulatedKey {
pub ciphertext: Vec<u8>,
pub shared_key: Vec<u8>,
}Fields§
§ciphertext: Vec<u8>Auto Trait Implementations§
impl Freeze for EncapsulatedKey
impl RefUnwindSafe for EncapsulatedKey
impl Send for EncapsulatedKey
impl Sync for EncapsulatedKey
impl Unpin for EncapsulatedKey
impl UnwindSafe for EncapsulatedKey
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