pub struct Indexing {
pub db: String,
pub allow_queries_before_historical_sync: bool,
pub enable_historical_sync: bool,
}Fields§
§db: String§allow_queries_before_historical_sync: bool§enable_historical_sync: boolImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Indexing
impl<'de> Deserialize<'de> for Indexing
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
Auto Trait Implementations§
impl Freeze for Indexing
impl RefUnwindSafe for Indexing
impl Send for Indexing
impl Sync for Indexing
impl Unpin for Indexing
impl UnwindSafe for Indexing
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