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