Enum blaze_devkit::cache::MatchingBehavior
source · 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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)