Struct aws_sdk_apprunner::model::TraceConfiguration
source · [−]#[non_exhaustive]pub struct TraceConfiguration { /* private fields */ }
Expand description
Describes the configuration of the tracing feature within an App Runner observability configuration.
Implementations
sourceimpl TraceConfiguration
impl TraceConfiguration
sourcepub fn vendor(&self) -> Option<&TracingVendor>
pub fn vendor(&self) -> Option<&TracingVendor>
The implementation provider chosen for tracing App Runner services.
sourceimpl TraceConfiguration
impl TraceConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TraceConfiguration
.
Trait Implementations
sourceimpl Clone for TraceConfiguration
impl Clone for TraceConfiguration
sourcefn clone(&self) -> TraceConfiguration
fn clone(&self) -> TraceConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TraceConfiguration
impl Debug for TraceConfiguration
sourceimpl PartialEq<TraceConfiguration> for TraceConfiguration
impl PartialEq<TraceConfiguration> for TraceConfiguration
sourcefn eq(&self, other: &TraceConfiguration) -> bool
fn eq(&self, other: &TraceConfiguration) -> bool
impl StructuralPartialEq for TraceConfiguration
Auto Trait Implementations
impl RefUnwindSafe for TraceConfiguration
impl Send for TraceConfiguration
impl Sync for TraceConfiguration
impl Unpin for TraceConfiguration
impl UnwindSafe for TraceConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more