pub struct Msg {
pub env: Envelope,
pub dirty: bool,
pub purge: bool,
}Fields§
§env: Envelope§dirty: boolFlags changed since the last sync (rename pending).
purge: boolmutt’s purge-message: deleted without the detour through $trash. Meaningless unless deleted; undelete clears it.
Implementations§
Auto Trait Implementations§
impl Freeze for Msg
impl RefUnwindSafe for Msg
impl Send for Msg
impl Sync for Msg
impl Unpin for Msg
impl UnsafeUnpin for Msg
impl UnwindSafe for Msg
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