pub struct StreamInfo {
pub messenger: AsyncSender<IncomingMessage>,
}Expand description
Used by the dispatcher to associate a stream_id with the needed metadata
Fields§
§messenger: AsyncSender<IncomingMessage>Channel to communicate with ongoing the procedure task
Auto Trait Implementations§
impl !RefUnwindSafe for StreamInfo
impl !UnwindSafe for StreamInfo
impl Freeze for StreamInfo
impl Send for StreamInfo
impl Sync for StreamInfo
impl Unpin for StreamInfo
impl UnsafeUnpin for StreamInfo
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