pub enum ExtensionError {
BadName,
UnimplementedVersion,
}
Expand description
failed to view OPT RR
Variants§
BadName
OPT RR has NAME other than “.” (RFC 6891 § 6.1.2)
UnimplementedVersion
OPT RR has unimplemented VERSION (RFC 6891 § 6.1.3)
Trait Implementations§
Source§impl Debug for ExtensionError
impl Debug for ExtensionError
Auto Trait Implementations§
impl Freeze for ExtensionError
impl RefUnwindSafe for ExtensionError
impl Send for ExtensionError
impl Sync for ExtensionError
impl Unpin for ExtensionError
impl UnwindSafe for ExtensionError
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