pub enum IndexFreshness {
Unknown,
Current,
Stale,
Disabled,
Indexing,
Error,
RepairRequired,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexFreshness
impl Clone for IndexFreshness
Source§fn clone(&self) -> IndexFreshness
fn clone(&self) -> IndexFreshness
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 IndexFreshness
impl Debug for IndexFreshness
Source§impl Default for IndexFreshness
impl Default for IndexFreshness
Source§fn default() -> IndexFreshness
fn default() -> IndexFreshness
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexFreshness
impl<'de> Deserialize<'de> for IndexFreshness
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 IndexFreshness
impl PartialEq for IndexFreshness
Source§impl Serialize for IndexFreshness
impl Serialize for IndexFreshness
impl Eq for IndexFreshness
impl StructuralPartialEq for IndexFreshness
Auto Trait Implementations§
impl Freeze for IndexFreshness
impl RefUnwindSafe for IndexFreshness
impl Send for IndexFreshness
impl Sync for IndexFreshness
impl Unpin for IndexFreshness
impl UnsafeUnpin for IndexFreshness
impl UnwindSafe for IndexFreshness
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