Struct dustdata::DustDataConfig
source · [−]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: Stringverbose: boollsm_config: LsmConfigTrait Implementations
sourceimpl Clone for DustDataConfig
impl Clone for DustDataConfig
sourcefn clone(&self) -> DustDataConfig
fn clone(&self) -> DustDataConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for DustDataConfig
impl Send for DustDataConfig
impl Sync for DustDataConfig
impl Unpin for DustDataConfig
impl UnwindSafe for DustDataConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more