Enum lambda_extension::TracingType
source · pub enum TracingType {
AmznTraceId,
}
Expand description
Type of tracing
Variants
AmznTraceId
Amazon trace type
Trait Implementations
sourceimpl Clone for TracingType
impl Clone for TracingType
sourcefn clone(&self) -> TracingType
fn clone(&self) -> TracingType
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 TracingType
impl Debug for TracingType
sourceimpl<'de> Deserialize<'de> for TracingType
impl<'de> Deserialize<'de> for TracingType
sourcefn 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
sourceimpl PartialEq<TracingType> for TracingType
impl PartialEq<TracingType> for TracingType
sourcefn eq(&self, other: &TracingType) -> bool
fn eq(&self, other: &TracingType) -> bool
impl Eq for TracingType
impl StructuralEq for TracingType
impl StructuralPartialEq for TracingType
Auto Trait Implementations
impl RefUnwindSafe for TracingType
impl Send for TracingType
impl Sync for TracingType
impl Unpin for TracingType
impl UnwindSafe for TracingType
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