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