pub enum ModelsCacheInvalidation {
Missing,
Kept,
Deleted,
}Variants§
Trait Implementations§
Source§impl Clone for ModelsCacheInvalidation
impl Clone for ModelsCacheInvalidation
Source§fn clone(&self) -> ModelsCacheInvalidation
fn clone(&self) -> ModelsCacheInvalidation
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 ModelsCacheInvalidation
impl Debug for ModelsCacheInvalidation
Source§impl PartialEq for ModelsCacheInvalidation
impl PartialEq for ModelsCacheInvalidation
Source§fn eq(&self, other: &ModelsCacheInvalidation) -> bool
fn eq(&self, other: &ModelsCacheInvalidation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ModelsCacheInvalidation
impl Eq for ModelsCacheInvalidation
impl StructuralPartialEq for ModelsCacheInvalidation
Auto Trait Implementations§
impl Freeze for ModelsCacheInvalidation
impl RefUnwindSafe for ModelsCacheInvalidation
impl Send for ModelsCacheInvalidation
impl Sync for ModelsCacheInvalidation
impl Unpin for ModelsCacheInvalidation
impl UnsafeUnpin for ModelsCacheInvalidation
impl UnwindSafe for ModelsCacheInvalidation
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.