pub struct ControllerActivationTemplate {
pub sink_template: ControllerSinkTemplate,
pub selected_mode: CaptureMode,
pub capture_limits_override: CaptureLimitsOverride,
pub strict_lifecycle: bool,
pub runtime_sampler: RuntimeSamplerTemplate,
pub run_end_policy: RunEndPolicy,
}Expand description
One bounded activation template snapshot.
Fields§
§sink_template: ControllerSinkTemplateSink/output settings for this generation.
selected_mode: CaptureModeCore mode for this generation.
capture_limits_override: CaptureLimitsOverrideField-level capture limit overrides for this generation.
strict_lifecycle: boolStrict lifecycle behavior for this generation.
runtime_sampler: RuntimeSamplerTemplateRuntime sampler settings for this generation.
run_end_policy: RunEndPolicyRun-end policy for this generation.
Trait Implementations§
Source§impl Clone for ControllerActivationTemplate
impl Clone for ControllerActivationTemplate
Source§fn clone(&self) -> ControllerActivationTemplate
fn clone(&self) -> ControllerActivationTemplate
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 moreSource§impl Debug for ControllerActivationTemplate
impl Debug for ControllerActivationTemplate
Source§impl PartialEq for ControllerActivationTemplate
impl PartialEq for ControllerActivationTemplate
Source§fn eq(&self, other: &ControllerActivationTemplate) -> bool
fn eq(&self, other: &ControllerActivationTemplate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ControllerActivationTemplate
impl StructuralPartialEq for ControllerActivationTemplate
Auto Trait Implementations§
impl Freeze for ControllerActivationTemplate
impl RefUnwindSafe for ControllerActivationTemplate
impl Send for ControllerActivationTemplate
impl Sync for ControllerActivationTemplate
impl Unpin for ControllerActivationTemplate
impl UnsafeUnpin for ControllerActivationTemplate
impl UnwindSafe for ControllerActivationTemplate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.