pub struct ForkRun {
pub task_key: TaskKey,
pub address_lease: Option<Lease>,
/* private fields */
}Fields§
§task_key: TaskKey§address_lease: Option<Lease>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForkRun
impl !RefUnwindSafe for ForkRun
impl Send for ForkRun
impl !Sync for ForkRun
impl Unpin for ForkRun
impl !UnwindSafe for ForkRun
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