Enum doh_client::dns::DnsParserError
source · pub enum DnsParserError {
TooLittleData,
TooMuchData,
}Variants
TooLittleData
TooMuchData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DnsParserError
impl Send for DnsParserError
impl Sync for DnsParserError
impl Unpin for DnsParserError
impl UnwindSafe for DnsParserError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more