pub struct Start<R> {
pub task_key: TaskKey,
pub link: bool,
pub start_timeout: Duration,
/* private fields */
}Fields§
§task_key: TaskKey§link: bool§start_timeout: DurationTrait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Start<R>where
R: Freeze,
impl<R> !RefUnwindSafe for Start<R>
impl<R> Send for Start<R>where
R: Send,
impl<R> Sync for Start<R>where
R: Sync,
impl<R> Unpin for Start<R>where
R: Unpin,
impl<R> !UnwindSafe for Start<R>
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