pub struct PendingTask {
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 PendingTask
impl !RefUnwindSafe for PendingTask
impl Send for PendingTask
impl !Sync for PendingTask
impl Unpin for PendingTask
impl !UnwindSafe for PendingTask
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