Enum lambda_extension::TracingType 
source · pub enum TracingType {
    AmznTraceId,
}Expand description
Type of tracing
Variants§
AmznTraceId
Amazon trace type
Trait Implementations§
source§impl Clone for TracingType
 
impl Clone for TracingType
source§fn clone(&self) -> TracingType
 
fn clone(&self) -> TracingType
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 TracingType
 
impl Debug for TracingType
source§impl<'de> Deserialize<'de> for TracingType
 
impl<'de> Deserialize<'de> for TracingType
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<TracingType> for TracingType
 
impl PartialEq<TracingType> for TracingType
source§fn eq(&self, other: &TracingType) -> bool
 
fn eq(&self, other: &TracingType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.