pub enum CorrelationConfidence {
Exact,
StatementOnly,
}Expand description
How confidently the execution was reconstructed from raw events.
Variants§
Trait Implementations§
Source§impl Clone for CorrelationConfidence
impl Clone for CorrelationConfidence
Source§fn clone(&self) -> CorrelationConfidence
fn clone(&self) -> CorrelationConfidence
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 CorrelationConfidence
impl Debug for CorrelationConfidence
Source§impl<'de> Deserialize<'de> for CorrelationConfidence
impl<'de> Deserialize<'de> for CorrelationConfidence
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 CorrelationConfidence
impl PartialEq for CorrelationConfidence
Source§impl Serialize for CorrelationConfidence
impl Serialize for CorrelationConfidence
impl Copy for CorrelationConfidence
impl Eq for CorrelationConfidence
impl StructuralPartialEq for CorrelationConfidence
Auto Trait Implementations§
impl Freeze for CorrelationConfidence
impl RefUnwindSafe for CorrelationConfidence
impl Send for CorrelationConfidence
impl Sync for CorrelationConfidence
impl Unpin for CorrelationConfidence
impl UnsafeUnpin for CorrelationConfidence
impl UnwindSafe for CorrelationConfidence
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