pub struct WatchReader<'a, T: Copy> { /* private fields */ }Expand description
Facilitates the async reading of values from the Watch.
Implementations§
Source§impl<T: Copy> WatchReader<'_, T>
impl<T: Copy> WatchReader<'_, T>
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for WatchReader<'a, T>
impl<'a, T> !UnwindSafe for WatchReader<'a, T>
impl<'a, T> Freeze for WatchReader<'a, T>
impl<'a, T> Send for WatchReader<'a, T>
impl<'a, T> Sync for WatchReader<'a, T>
impl<'a, T> Unpin for WatchReader<'a, T>
impl<'a, T> UnsafeUnpin for WatchReader<'a, T>
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