pub struct OperatorMetrics { /* private fields */ }Expand description
Operator-stage handles (etl_operator_*).
Implementations§
Source§impl OperatorMetrics
impl OperatorMetrics
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperatorMetrics
impl !RefUnwindSafe for OperatorMetrics
impl Send for OperatorMetrics
impl Sync for OperatorMetrics
impl Unpin for OperatorMetrics
impl UnsafeUnpin for OperatorMetrics
impl !UnwindSafe for OperatorMetrics
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