pub struct Subscription<M>{ /* private fields */ }
Expand description
Permission token for a subscriber to read messages from a particular topic and publisher.
Auto Trait Implementations§
impl<M> Freeze for Subscription<M>
impl<M> RefUnwindSafe for Subscription<M>where
M: RefUnwindSafe,
impl<M> !Send for Subscription<M>
impl<M> !Sync for Subscription<M>
impl<M> Unpin for Subscription<M>
impl<M> UnwindSafe for Subscription<M>where
M: RefUnwindSafe,
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