pub struct IndexingConfig {
pub clear_before: bool,
pub recursive: bool,
pub override_existing: bool,
}Fields§
§clear_before: bool§recursive: bool§override_existing: boolTrait Implementations§
Source§impl Clone for IndexingConfig
impl Clone for IndexingConfig
Source§fn clone(&self) -> IndexingConfig
fn clone(&self) -> IndexingConfig
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 IndexingConfig
impl Debug for IndexingConfig
Source§impl Default for IndexingConfig
impl Default for IndexingConfig
Source§fn default() -> IndexingConfig
fn default() -> IndexingConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexingConfig
impl<'de> Deserialize<'de> for IndexingConfig
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 Serialize for IndexingConfig
impl Serialize for IndexingConfig
impl Copy for IndexingConfig
Auto Trait Implementations§
impl Freeze for IndexingConfig
impl RefUnwindSafe for IndexingConfig
impl Send for IndexingConfig
impl Sync for IndexingConfig
impl Unpin for IndexingConfig
impl UnwindSafe for IndexingConfig
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