pub struct ObservationExecutionContext {
pub activation_inspection: bool,
pub partitioned: bool,
pub selected: bool,
pub mechanisms: ObservationMechanisms,
}Expand description
Selected, model-independent conditions used to report capture support.
Fields§
§activation_inspection: boolExact admitted session enables the instrumented execution route.
partitioned: boolRank ownership and provider-specific routing need more precise discovery.
selected: boolAn execution configuration was successfully selected.
mechanisms: ObservationMechanismsSide-effect-free native collector facts.
Trait Implementations§
Source§impl Clone for ObservationExecutionContext
impl Clone for ObservationExecutionContext
Source§fn clone(&self) -> ObservationExecutionContext
fn clone(&self) -> ObservationExecutionContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ObservationExecutionContext
Auto Trait Implementations§
impl Freeze for ObservationExecutionContext
impl RefUnwindSafe for ObservationExecutionContext
impl Send for ObservationExecutionContext
impl Sync for ObservationExecutionContext
impl Unpin for ObservationExecutionContext
impl UnsafeUnpin for ObservationExecutionContext
impl UnwindSafe for ObservationExecutionContext
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