Struct async_ach_watch::Watch
source · [−]pub struct Watch<T, const W: usize> { /* private fields */ }Implementations
Auto Trait Implementations
impl<T, const W: usize> !RefUnwindSafe for Watch<T, W>
impl<T, const W: usize> Send for Watch<T, W> where
T: Send,
impl<T, const W: usize> Sync for Watch<T, W> where
T: Sync,
impl<T, const W: usize> Unpin for Watch<T, W> where
T: Unpin,
impl<T, const W: usize> UnwindSafe for Watch<T, W> where
T: UnwindSafe,
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