pub struct TracingConfig {
pub mode: Option<String>,
}
Expand description
The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
Fields§
§mode: Option<String>
The tracing mode.
Trait Implementations§
Source§impl Clone for TracingConfig
impl Clone for TracingConfig
Source§fn clone(&self) -> TracingConfig
fn clone(&self) -> TracingConfig
Returns a copy of the value. Read more
1.0.0 · 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 TracingConfig
impl Debug for TracingConfig
Source§impl Default for TracingConfig
impl Default for TracingConfig
Source§fn default() -> TracingConfig
fn default() -> TracingConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for TracingConfig
impl PartialEq for TracingConfig
Source§impl Serialize for TracingConfig
impl Serialize for TracingConfig
impl StructuralPartialEq for TracingConfig
Auto Trait Implementations§
impl Freeze for TracingConfig
impl RefUnwindSafe for TracingConfig
impl Send for TracingConfig
impl Sync for TracingConfig
impl Unpin for TracingConfig
impl UnwindSafe for TracingConfig
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