pub struct Snd<'a, T: Clone, W: WatchBehavior<T> + ?Sized> { /* private fields */ }Expand description
A receiver can .await a change in the Watch value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, W> Freeze for Snd<'a, T, W>where
W: ?Sized,
impl<'a, T, W> RefUnwindSafe for Snd<'a, T, W>
impl<'a, T, W> Send for Snd<'a, T, W>
impl<'a, T, W> Sync for Snd<'a, T, W>
impl<'a, T, W> Unpin for Snd<'a, T, W>
impl<'a, T, W> UnwindSafe for Snd<'a, T, W>
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