pub struct WatchBackend {
pub watches: Arc<Watches>,
}Expand description
Keeps the native watch alive; dropping it unwatches.
Fields§
§watches: Arc<Watches>Shared with the reconciler, which registers and retires directories through it for the root’s whole lifetime.
Auto Trait Implementations§
impl Freeze for WatchBackend
impl RefUnwindSafe for WatchBackend
impl Send for WatchBackend
impl Sync for WatchBackend
impl Unpin for WatchBackend
impl UnsafeUnpin for WatchBackend
impl UnwindSafe for WatchBackend
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