pub enum RelationAnalysisMode {
Architecture,
Impact,
Trace,
}Expand description
Closed analysis projection selected on the existing relation route.
Variants§
Architecture
Components, communities, cycles, purpose, complexity, and bottleneck candidates.
Impact
Version-control-aware affected nodes and conservative dead-code candidates.
Trace
One node-simple static relationship path to an exact target label.
Trait Implementations§
Source§impl Clone for RelationAnalysisMode
impl Clone for RelationAnalysisMode
Source§fn clone(&self) -> RelationAnalysisMode
fn clone(&self) -> RelationAnalysisMode
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 RelationAnalysisMode
impl Debug for RelationAnalysisMode
Source§impl<'de> Deserialize<'de> for RelationAnalysisMode
impl<'de> Deserialize<'de> for RelationAnalysisMode
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
Source§impl PartialEq for RelationAnalysisMode
impl PartialEq for RelationAnalysisMode
Source§impl Serialize for RelationAnalysisMode
impl Serialize for RelationAnalysisMode
impl Copy for RelationAnalysisMode
impl Eq for RelationAnalysisMode
impl StructuralPartialEq for RelationAnalysisMode
Auto Trait Implementations§
impl Freeze for RelationAnalysisMode
impl RefUnwindSafe for RelationAnalysisMode
impl Send for RelationAnalysisMode
impl Sync for RelationAnalysisMode
impl Unpin for RelationAnalysisMode
impl UnwindSafe for RelationAnalysisMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more