pub struct Watcher { /* private fields */ }Expand description
Watches a model for changes, reloading it continually
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Watcher
impl !Send for Watcher
impl !Sync for Watcher
impl Unpin for Watcher
impl !UnwindSafe for Watcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more