pub struct ResumedEvent {
pub cause: Option<Cause>,
}Fields§
§cause: Option<Cause>Trait Implementations§
Source§impl Debug for ResumedEvent
impl Debug for ResumedEvent
Auto Trait Implementations§
impl Freeze for ResumedEvent
impl RefUnwindSafe for ResumedEvent
impl Send for ResumedEvent
impl Sync for ResumedEvent
impl Unpin for ResumedEvent
impl UnwindSafe for ResumedEvent
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