pub struct Encrypt {
pub ciphertext: Message,
pub nonce: ShortData,
pub tag: ShortData,
}
Available on crate feature
crypto-client
only.Fields§
§ciphertext: Message
§nonce: ShortData
§tag: ShortData
Trait Implementations§
Source§impl From<Encrypt> for EncryptedData
impl From<Encrypt> for EncryptedData
impl Eq for Encrypt
impl StructuralPartialEq for Encrypt
Auto Trait Implementations§
impl Freeze for Encrypt
impl RefUnwindSafe for Encrypt
impl Send for Encrypt
impl Sync for Encrypt
impl Unpin for Encrypt
impl UnwindSafe for Encrypt
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