pub struct DustDataConfig {
pub path: PathBuf,
pub lsm_config: LsmConfig,
}Expand description
A DustData configuration
§Arguments
verbose- Whether or not to print verbose outputpath- The path to the data directorylsm_config- The LSM configuration
Fields§
§path: PathBuf§lsm_config: LsmConfigTrait Implementations§
Source§impl Clone for DustDataConfig
impl Clone for DustDataConfig
Source§fn clone(&self) -> DustDataConfig
fn clone(&self) -> DustDataConfig
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 moreAuto Trait Implementations§
impl Freeze for DustDataConfig
impl RefUnwindSafe for DustDataConfig
impl Send for DustDataConfig
impl Sync for DustDataConfig
impl Unpin for DustDataConfig
impl UnwindSafe for DustDataConfig
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