pub struct ConfigStoreKV {
pub path: PathBuf,
pub retain_word_objects: usize,
pub pool: ConfigStoreKVPool,
pub database: ConfigStoreKVDatabase,
}Fields§
§path: PathBuf§retain_word_objects: usize§pool: ConfigStoreKVPool§database: ConfigStoreKVDatabaseTrait Implementations§
Source§impl<'de> Deserialize<'de> for ConfigStoreKV
impl<'de> Deserialize<'de> for ConfigStoreKV
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 ConfigStoreKV
impl RefUnwindSafe for ConfigStoreKV
impl Send for ConfigStoreKV
impl Sync for ConfigStoreKV
impl Unpin for ConfigStoreKV
impl UnsafeUnpin for ConfigStoreKV
impl UnwindSafe for ConfigStoreKV
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