pub struct MetricsCfg {
pub path: PathBuf,
}
Expand description
Configuration options for computing the metrics of a code.
Fields§
§path: PathBuf
Path to the file containing the code
Auto Trait Implementations§
impl Freeze for MetricsCfg
impl RefUnwindSafe for MetricsCfg
impl Send for MetricsCfg
impl Sync for MetricsCfg
impl Unpin for MetricsCfg
impl UnwindSafe for MetricsCfg
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