pub struct EncryptedPayload {
pub iv: Bits96,
pub ciphertext: Vec<u8>,
pub compressed: bool,
}Fields§
§iv: Bits96§ciphertext: Vec<u8>§compressed: boolAuto Trait Implementations§
impl Freeze for EncryptedPayload
impl RefUnwindSafe for EncryptedPayload
impl Send for EncryptedPayload
impl Sync for EncryptedPayload
impl Unpin for EncryptedPayload
impl UnwindSafe for EncryptedPayload
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