pub enum DiagnosticCategory {
Cycle,
FallbackInCycle,
Unreachable,
ConditionOverlap,
EndNodeOutgoing,
Other,
}Expand description
诊断分类。
Variants§
Cycle
环检测
FallbackInCycle
Fallback 参与循环
Unreachable
不可达路径
ConditionOverlap
条件边重叠
EndNodeOutgoing
End 节点有出边
Other
其他
Trait Implementations§
Source§impl Clone for DiagnosticCategory
impl Clone for DiagnosticCategory
Source§fn clone(&self) -> DiagnosticCategory
fn clone(&self) -> DiagnosticCategory
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 DiagnosticCategory
Source§impl Debug for DiagnosticCategory
impl Debug for DiagnosticCategory
Source§impl Display for DiagnosticCategory
impl Display for DiagnosticCategory
impl Eq for DiagnosticCategory
Source§impl PartialEq for DiagnosticCategory
impl PartialEq for DiagnosticCategory
Source§fn eq(&self, other: &DiagnosticCategory) -> bool
fn eq(&self, other: &DiagnosticCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DiagnosticCategory
Auto Trait Implementations§
impl Freeze for DiagnosticCategory
impl RefUnwindSafe for DiagnosticCategory
impl Send for DiagnosticCategory
impl Sync for DiagnosticCategory
impl Unpin for DiagnosticCategory
impl UnsafeUnpin for DiagnosticCategory
impl UnwindSafe for DiagnosticCategory
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.