pub struct ResumeMsg;Expand description
ResumeMsg can be listened to do something once a program is resumed back from a suspend state.
Trait Implementations§
impl Copy for ResumeMsg
impl Eq for ResumeMsg
impl StructuralPartialEq for ResumeMsg
Auto Trait Implementations§
impl Freeze for ResumeMsg
impl RefUnwindSafe for ResumeMsg
impl Send for ResumeMsg
impl Sync for ResumeMsg
impl Unpin for ResumeMsg
impl UnsafeUnpin for ResumeMsg
impl UnwindSafe for ResumeMsg
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