pub struct AnalyzeCommand {
pub depth: AnalysisDepth,
pub format: OutputFormat,
pub include_hidden: bool,
pub max_depth: Option<usize>,
}
Expand description
Analyze command configuration
Fields§
§depth: AnalysisDepth
§format: OutputFormat
§max_depth: Option<usize>
Auto Trait Implementations§
impl Freeze for AnalyzeCommand
impl RefUnwindSafe for AnalyzeCommand
impl Send for AnalyzeCommand
impl Sync for AnalyzeCommand
impl Unpin for AnalyzeCommand
impl UnwindSafe for AnalyzeCommand
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