pub struct Subscriber<T, E = Error> { /* private fields */ }
Expand description
New PUB-SUB subcriber.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for Subscriber<T, E>
impl<T, E = Error> !RefUnwindSafe for Subscriber<T, E>
impl<T, E> Send for Subscriber<T, E>
impl<T, E> Sync for Subscriber<T, E>
impl<T, E> Unpin for Subscriber<T, E>
impl<T, E = Error> !UnwindSafe for Subscriber<T, E>
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