Struct reactive_mutiny::multi::ExecutorInfo
source · pub struct ExecutorInfo {
pub stream_executor: Arc<StreamExecutor>,
pub stream_id: u32,
}Expand description
Keeps track of the stream_executor associated to each stream_id
Fields§
§stream_executor: Arc<StreamExecutor>§stream_id: u32Auto Trait Implementations§
impl RefUnwindSafe for ExecutorInfo
impl Send for ExecutorInfo
impl Sync for ExecutorInfo
impl Unpin for ExecutorInfo
impl UnwindSafe for ExecutorInfo
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