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