pub struct Deframed {
pub want_close_before_decrypt: bool,
pub aligned: bool,
pub trial_decryption_finished: bool,
pub message: PlainMessage,
}
Fields§
§want_close_before_decrypt: bool
§aligned: bool
§trial_decryption_finished: bool
§message: PlainMessage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deframed
impl RefUnwindSafe for Deframed
impl Send for Deframed
impl Sync for Deframed
impl Unpin for Deframed
impl UnwindSafe for Deframed
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