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