pub struct XtaskWatch {}
Expand description
A customizable helper to watch for changes in your xtask projects. [Repository]
Auto Trait Implementations§
impl Freeze for XtaskWatch
impl RefUnwindSafe for XtaskWatch
impl Send for XtaskWatch
impl Sync for XtaskWatch
impl Unpin for XtaskWatch
impl UnwindSafe for XtaskWatch
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