pub struct Decrypt {
pub mechanism: Mechanism,
pub key: KeyId,
pub message: Message,
pub associated_data: Message,
pub nonce: ShortData,
pub tag: ShortData,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§key: KeyId
§message: Message
§associated_data: Message
§nonce: ShortData
§tag: ShortData
Trait Implementations§
impl Eq for Decrypt
impl StructuralPartialEq for Decrypt
Auto Trait Implementations§
impl Freeze for Decrypt
impl RefUnwindSafe for Decrypt
impl Send for Decrypt
impl Sync for Decrypt
impl Unpin for Decrypt
impl UnwindSafe for Decrypt
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