pub enum MatchingBehavior {
    Timestamps,
    Mixed,
    Hash,
}Variants§
Trait Implementations§
Source§impl Clone for MatchingBehavior
 
impl Clone for MatchingBehavior
Source§fn clone(&self) -> MatchingBehavior
 
fn clone(&self) -> MatchingBehavior
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 MatchingBehavior
 
impl Debug for MatchingBehavior
Source§impl Default for MatchingBehavior
 
impl Default for MatchingBehavior
Source§fn default() -> MatchingBehavior
 
fn default() -> MatchingBehavior
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchingBehavior
 
impl<'de> Deserialize<'de> for MatchingBehavior
Source§fn deserialize<D>(
    deserializer: D,
) -> Result<MatchingBehavior, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D,
) -> Result<MatchingBehavior, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for MatchingBehavior
 
impl Display for MatchingBehavior
Source§impl FromStr for MatchingBehavior
 
impl FromStr for MatchingBehavior
Source§impl Hash for MatchingBehavior
 
impl Hash for MatchingBehavior
Source§impl IntoEnumIterator for MatchingBehavior
 
impl IntoEnumIterator for MatchingBehavior
type Iterator = MatchingBehaviorIter
fn iter() -> MatchingBehaviorIter ⓘ
Source§impl Ord for MatchingBehavior
 
impl Ord for MatchingBehavior
Source§fn cmp(&self, other: &MatchingBehavior) -> Ordering
 
fn cmp(&self, other: &MatchingBehavior) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MatchingBehavior
 
impl PartialEq for MatchingBehavior
Source§impl PartialOrd for MatchingBehavior
 
impl PartialOrd for MatchingBehavior
Source§impl Serialize for MatchingBehavior
 
impl Serialize for MatchingBehavior
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 MatchingBehavior
impl Eq for MatchingBehavior
impl StructuralPartialEq for MatchingBehavior
Auto Trait Implementations§
impl Freeze for MatchingBehavior
impl RefUnwindSafe for MatchingBehavior
impl Send for MatchingBehavior
impl Sync for MatchingBehavior
impl Unpin for MatchingBehavior
impl UnwindSafe for MatchingBehavior
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