pub struct Publisher<T>(/* private fields */);
Expand description
Publisher
publishes an immutable value to waiters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Publisher<T>
impl<T> !RefUnwindSafe for Publisher<T>
impl<T> Send for Publisher<T>
impl<T> Sync for Publisher<T>
impl<T> Unpin for Publisher<T>
impl<T> !UnwindSafe for Publisher<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