Struct PendingSubscribe
pub struct PendingSubscribe {
pub result_tx: Sender<Result<Vec<ReasonCode>, Error>>,
}Expand description
Held by the event loop for each in-flight SUBSCRIBE.
Fields§
§result_tx: Sender<Result<Vec<ReasonCode>, Error>>Auto Trait Implementations§
impl Freeze for PendingSubscribe
impl !RefUnwindSafe for PendingSubscribe
impl Send for PendingSubscribe
impl Sync for PendingSubscribe
impl Unpin for PendingSubscribe
impl !UnwindSafe for PendingSubscribe
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