struct LiveSub {
engine_sub: SubId,
forwarder: JoinHandle<()>,
}Expand description
One client SUB: the engine key and the task that forwards MSG frames.
Fields§
§engine_sub: SubId§forwarder: JoinHandle<()>Auto Trait Implementations§
impl Freeze for LiveSub
impl RefUnwindSafe for LiveSub
impl Send for LiveSub
impl Sync for LiveSub
impl Unpin for LiveSub
impl UnwindSafe for LiveSub
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