pub struct ResumeMsg;Expand description
A message to signal the application to resume after suspension.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResumeMsg
impl RefUnwindSafe for ResumeMsg
impl Send for ResumeMsg
impl Sync for ResumeMsg
impl Unpin 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