pub struct TracingConfigResponse {
pub mode: Option<String>,
}
Expand description
The function's AWS X-Ray tracing configuration.
Fields§
§mode: Option<String>
The tracing mode.
Trait Implementations§
Source§impl Clone for TracingConfigResponse
impl Clone for TracingConfigResponse
Source§fn clone(&self) -> TracingConfigResponse
fn clone(&self) -> TracingConfigResponse
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 TracingConfigResponse
impl Debug for TracingConfigResponse
Source§impl Default for TracingConfigResponse
impl Default for TracingConfigResponse
Source§fn default() -> TracingConfigResponse
fn default() -> TracingConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TracingConfigResponse
impl<'de> Deserialize<'de> for TracingConfigResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TracingConfigResponse
impl PartialEq for TracingConfigResponse
impl StructuralPartialEq for TracingConfigResponse
Auto Trait Implementations§
impl Freeze for TracingConfigResponse
impl RefUnwindSafe for TracingConfigResponse
impl Send for TracingConfigResponse
impl Sync for TracingConfigResponse
impl Unpin for TracingConfigResponse
impl UnwindSafe for TracingConfigResponse
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