pub enum TriageRuleErrorType {
Cycle,
Default,
LabelGroupConflict,
Unknown,
}Expand description
The type of error that occurred during triage rule execution.
Variants§
Trait Implementations§
Source§impl Clone for TriageRuleErrorType
impl Clone for TriageRuleErrorType
Source§fn clone(&self) -> TriageRuleErrorType
fn clone(&self) -> TriageRuleErrorType
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 TriageRuleErrorType
impl Debug for TriageRuleErrorType
Source§impl<'de> Deserialize<'de> for TriageRuleErrorType
impl<'de> Deserialize<'de> for TriageRuleErrorType
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 TriageRuleErrorType
impl PartialEq for TriageRuleErrorType
Source§impl Serialize for TriageRuleErrorType
impl Serialize for TriageRuleErrorType
impl Eq for TriageRuleErrorType
impl StructuralPartialEq for TriageRuleErrorType
Auto Trait Implementations§
impl Freeze for TriageRuleErrorType
impl RefUnwindSafe for TriageRuleErrorType
impl Send for TriageRuleErrorType
impl Sync for TriageRuleErrorType
impl Unpin for TriageRuleErrorType
impl UnwindSafe for TriageRuleErrorType
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