pub enum DetectError {
DefaultsFailed(DefaultsError),
NameNotDetected,
}
Variants§
DefaultsFailed(DefaultsError)
NameNotDetected
Trait Implementations§
source§impl Debug for DetectError
impl Debug for DetectError
Auto Trait Implementations§
impl Freeze for DetectError
impl !RefUnwindSafe for DetectError
impl Send for DetectError
impl Sync for DetectError
impl Unpin for DetectError
impl !UnwindSafe for DetectError
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