pub struct FileStoreConfig {
pub data_dir: String,
}Expand description
File store configuration settings
Fields§
§data_dir: StringThe directory under which data is stored (default = “data”, under the working directory)
Implementations§
Trait Implementations§
Source§impl Clone for FileStoreConfig
impl Clone for FileStoreConfig
Source§fn clone(&self) -> FileStoreConfig
fn clone(&self) -> FileStoreConfig
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FileStoreConfig
impl RefUnwindSafe for FileStoreConfig
impl Send for FileStoreConfig
impl Sync for FileStoreConfig
impl Unpin for FileStoreConfig
impl UnwindSafe for FileStoreConfig
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