enum State<F> {
Watch(F),
Draining,
}
Variants§
Auto Trait Implementations§
impl<F> Freeze for State<F>where
F: Freeze,
impl<F> RefUnwindSafe for State<F>where
F: RefUnwindSafe,
impl<F> Send for State<F>where
F: Send,
impl<F> Sync for State<F>where
F: Sync,
impl<F> Unpin for State<F>where
F: Unpin,
impl<F> UnwindSafe for State<F>where
F: UnwindSafe,
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