pub enum DnstapHandlerError {
Mismatch(Bytes, String, String),
Timeout,
MissingField,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for DnstapHandlerError
impl Debug for DnstapHandlerError
Source§impl Display for DnstapHandlerError
impl Display for DnstapHandlerError
Source§impl Error for DnstapHandlerError
impl Error for DnstapHandlerError
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 DnstapHandlerError
impl PartialEq for DnstapHandlerError
impl StructuralPartialEq for DnstapHandlerError
Auto Trait Implementations§
impl !Freeze for DnstapHandlerError
impl RefUnwindSafe for DnstapHandlerError
impl Send for DnstapHandlerError
impl Sync for DnstapHandlerError
impl Unpin for DnstapHandlerError
impl UnwindSafe for DnstapHandlerError
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<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
Source§fn octets_into(self) -> Result<Target, ShortBuf>
fn octets_into(self) -> Result<Target, ShortBuf>
Performs the conversion.