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