pub struct ExecutorInfo {
pub executor_stats: Arc<dyn StreamExecutorStats + Send + Sync>,
pub stream_id: u32,
}Expand description
Keeps track of the stream_executor associated to each stream_id
Fields§
§executor_stats: Arc<dyn StreamExecutorStats + Send + Sync>§stream_id: u32Auto Trait Implementations§
impl Freeze for ExecutorInfo
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