pub struct Watch<T, const W: usize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, const W: usize> !Freeze for Watch<T, W>
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§
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