pub struct Decrypt {
pub plaintext: Option<Message>,
}
Available on crate feature
crypto-client
only.Fields§
§plaintext: Option<Message>
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