pub struct PathsConfig {
pub metrics_dir: String,
pub reports_dir: String,
}Expand description
Paths configuration
Fields§
§metrics_dir: StringDirectory for metrics CSV output files
reports_dir: StringDirectory for report output files
Trait Implementations§
Source§impl Clone for PathsConfig
impl Clone for PathsConfig
Source§fn clone(&self) -> PathsConfig
fn clone(&self) -> PathsConfig
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 moreSource§impl Debug for PathsConfig
impl Debug for PathsConfig
Source§impl Default for PathsConfig
impl Default for PathsConfig
Source§fn default() -> PathsConfig
fn default() -> PathsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathsConfig
impl<'de> Deserialize<'de> for PathsConfig
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 PathsConfig
impl RefUnwindSafe for PathsConfig
impl Send for PathsConfig
impl Sync for PathsConfig
impl Unpin for PathsConfig
impl UnwindSafe for PathsConfig
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