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