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 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 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 for TracingType
impl PartialEq for TracingType
Source§impl Serialize for TracingType
impl Serialize for TracingType
impl Eq for TracingType
impl StructuralPartialEq for TracingType
Auto Trait Implementations§
impl Freeze for TracingType
impl RefUnwindSafe for TracingType
impl Send for TracingType
impl Sync for TracingType
impl Unpin for TracingType
impl UnwindSafe for TracingType
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