pub struct AnalysisRequest {
pub preset: AnalysisPreset,
pub args: AnalysisArgsMeta,
pub limits: AnalysisLimits,
pub window_tokens: Option<usize>,
pub git: Option<bool>,
pub import_granularity: ImportGranularity,
pub detail_functions: bool,
}Fields§
§preset: AnalysisPreset§args: AnalysisArgsMeta§limits: AnalysisLimits§window_tokens: Option<usize>§git: Option<bool>§import_granularity: ImportGranularity§detail_functions: boolTrait Implementations§
Source§impl Clone for AnalysisRequest
impl Clone for AnalysisRequest
Source§fn clone(&self) -> AnalysisRequest
fn clone(&self) -> AnalysisRequest
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 moreAuto Trait Implementations§
impl Freeze for AnalysisRequest
impl RefUnwindSafe for AnalysisRequest
impl Send for AnalysisRequest
impl Sync for AnalysisRequest
impl Unpin for AnalysisRequest
impl UnsafeUnpin for AnalysisRequest
impl UnwindSafe for AnalysisRequest
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