pub struct Subscribers { /* private fields */ }Implementations§
Source§impl Subscribers
impl Subscribers
pub fn new(config: SharedTopicConfig) -> (Sender<Pin<Box<Subscriber>>>, Self)
pub async fn run(&mut self)
Auto Trait Implementations§
impl Freeze for Subscribers
impl !RefUnwindSafe for Subscribers
impl Send for Subscribers
impl Sync for Subscribers
impl Unpin for Subscribers
impl !UnwindSafe for Subscribers
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