Expand description
Specifies whether profiling is enabled or disabled for a profiling group. It is used by ConfigureAgent
to enable or disable profiling for a profiling group.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.profiling_enabled: Option<bool>
A Boolean
that specifies whether the profiling agent collects profiling data or not. Set to true
to enable profiling.
Implementations
A Boolean
that specifies whether the profiling agent collects profiling data or not. Set to true
to enable profiling.
Creates a new builder-style object to manufacture AgentOrchestrationConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AgentOrchestrationConfig
impl Send for AgentOrchestrationConfig
impl Sync for AgentOrchestrationConfig
impl Unpin for AgentOrchestrationConfig
impl UnwindSafe for AgentOrchestrationConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more