pub enum RelationAnalysisMode {
Architecture,
Impact,
Trace,
Entrypoint,
}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.
Entrypoint
Bounded reachability from an explicit, non-persistent entrypoint profile.
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RelationAnalysisMode
Source§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
impl Eq for RelationAnalysisMode
Source§impl PartialEq for RelationAnalysisMode
impl PartialEq for RelationAnalysisMode
Source§fn eq(&self, other: &RelationAnalysisMode) -> bool
fn eq(&self, other: &RelationAnalysisMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RelationAnalysisMode
impl Serialize 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 UnsafeUnpin 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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§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.