pub enum CorrelationStatus {
Clean,
Partial,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for CorrelationStatus
impl Clone for CorrelationStatus
Source§fn clone(&self) -> CorrelationStatus
fn clone(&self) -> CorrelationStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CorrelationStatus
impl Debug for CorrelationStatus
Source§impl<'de> Deserialize<'de> for CorrelationStatus
impl<'de> Deserialize<'de> for CorrelationStatus
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CorrelationStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CorrelationStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CorrelationStatus
impl PartialEq for CorrelationStatus
Source§fn eq(&self, other: &CorrelationStatus) -> bool
fn eq(&self, other: &CorrelationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CorrelationStatus
impl Serialize for CorrelationStatus
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for CorrelationStatus
impl Eq for CorrelationStatus
impl StructuralPartialEq for CorrelationStatus
Auto Trait Implementations§
impl Freeze for CorrelationStatus
impl RefUnwindSafe for CorrelationStatus
impl Send for CorrelationStatus
impl Sync for CorrelationStatus
impl Unpin for CorrelationStatus
impl UnsafeUnpin for CorrelationStatus
impl UnwindSafe for CorrelationStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.