pub struct Quit {
pub task_key: TaskKey,
pub result: Result<(), Box<dyn Error + Send + Sync + 'static>>,
/* private fields */
}Fields§
§task_key: TaskKey§result: Result<(), Box<dyn Error + Send + Sync + 'static>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Quit
impl !RefUnwindSafe for Quit
impl Send for Quit
impl Sync for Quit
impl Unpin for Quit
impl !UnwindSafe for Quit
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