pub struct Publisher<S> { /* private fields */ }
Expand description
A Publisher
is used to make changes to the state contained within a HangingGetBroker
.
It is designed to be cheaply cloned and Send
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Publisher<S>
impl<S> !RefUnwindSafe for Publisher<S>
impl<S> Send for Publisher<S>
impl<S> Sync for Publisher<S>
impl<S> Unpin for Publisher<S>
impl<S> !UnwindSafe for Publisher<S>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)