pub struct AwsXRayConfig {
pub enabled: bool,
}Expand description
AWS X-Ray configuration.
Fields§
§enabled: boolEnable X-Ray tracing.
Trait Implementations§
Source§impl Clone for AwsXRayConfig
impl Clone for AwsXRayConfig
Source§fn clone(&self) -> AwsXRayConfig
fn clone(&self) -> AwsXRayConfig
Returns a duplicate 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 AwsXRayConfig
impl Debug for AwsXRayConfig
Source§impl Default for AwsXRayConfig
impl Default for AwsXRayConfig
Source§impl<'de> Deserialize<'de> for AwsXRayConfig
impl<'de> Deserialize<'de> for AwsXRayConfig
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
Auto Trait Implementations§
impl Freeze for AwsXRayConfig
impl RefUnwindSafe for AwsXRayConfig
impl Send for AwsXRayConfig
impl Sync for AwsXRayConfig
impl Unpin for AwsXRayConfig
impl UnwindSafe for AwsXRayConfig
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