pub enum AnalysisDepth {
Basic,
Standard,
Deep,
}Expand description
Analysis depth for workspace analysis
Variants§
Trait Implementations§
Source§impl Clone for AnalysisDepth
impl Clone for AnalysisDepth
Source§fn clone(&self) -> AnalysisDepth
fn clone(&self) -> AnalysisDepth
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 AnalysisDepth
impl Debug for AnalysisDepth
Source§impl<'de> Deserialize<'de> for AnalysisDepth
impl<'de> Deserialize<'de> for AnalysisDepth
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 AnalysisDepth
impl RefUnwindSafe for AnalysisDepth
impl Send for AnalysisDepth
impl Sync for AnalysisDepth
impl Unpin for AnalysisDepth
impl UnwindSafe for AnalysisDepth
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