pub struct WatchWriter<'a, T: Copy>(/* private fields */);Expand description
Facilitates the writing of values to a Watch.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for WatchWriter<'a, T>
impl<'a, T> !UnwindSafe for WatchWriter<'a, T>
impl<'a, T> Freeze for WatchWriter<'a, T>
impl<'a, T> Send for WatchWriter<'a, T>
impl<'a, T> Sync for WatchWriter<'a, T>
impl<'a, T> Unpin for WatchWriter<'a, T>
impl<'a, T> UnsafeUnpin for WatchWriter<'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