pub struct Watch<'db> { /* private fields */ }
Expand description
Watch queries.
Implementations§
Auto Trait Implementations§
impl<'db> Freeze for Watch<'db>
impl<'db> RefUnwindSafe for Watch<'db>
impl<'db> Send for Watch<'db>
impl<'db> Sync for Watch<'db>
impl<'db> Unpin for Watch<'db>
impl<'db> UnwindSafe for Watch<'db>
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