pub enum ThreatKindParseError {
Empty,
}Variants§
Empty
Trait Implementations§
Source§impl Clone for ThreatKindParseError
impl Clone for ThreatKindParseError
Source§fn clone(&self) -> ThreatKindParseError
fn clone(&self) -> ThreatKindParseError
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 ThreatKindParseError
impl Debug for ThreatKindParseError
Source§impl Display for ThreatKindParseError
impl Display for ThreatKindParseError
Source§impl Error for ThreatKindParseError
impl Error for ThreatKindParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for ThreatKindParseError
impl PartialEq for ThreatKindParseError
impl Copy for ThreatKindParseError
impl Eq for ThreatKindParseError
impl StructuralPartialEq for ThreatKindParseError
Auto Trait Implementations§
impl Freeze for ThreatKindParseError
impl RefUnwindSafe for ThreatKindParseError
impl Send for ThreatKindParseError
impl Sync for ThreatKindParseError
impl Unpin for ThreatKindParseError
impl UnsafeUnpin for ThreatKindParseError
impl UnwindSafe for ThreatKindParseError
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