pub struct UnicastSubscriber { /* private fields */ }
Expand description
A subscriber that can be awaited for recognized phrases.
Implementations§
Auto Trait Implementations§
impl Freeze for UnicastSubscriber
impl RefUnwindSafe for UnicastSubscriber
impl Send for UnicastSubscriber
impl Sync for UnicastSubscriber
impl Unpin for UnicastSubscriber
impl UnwindSafe for UnicastSubscriber
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