pub struct EncryptionPayload {
pub data: Vec<u8>,
pub nonce: [u8; 12],
}Fields§
§data: Vec<u8>§nonce: [u8; 12]Auto Trait Implementations§
impl Freeze for EncryptionPayload
impl RefUnwindSafe for EncryptionPayload
impl Send for EncryptionPayload
impl Sync for EncryptionPayload
impl Unpin for EncryptionPayload
impl UnwindSafe for EncryptionPayload
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