pub enum AllDataParseError {
Show 25 variants
A(<A as ParseRecordData>::Err),
Cname(<Cname<ParsedDname> as ParseRecordData>::Err),
Hinfo(<Hinfo as ParseRecordData>::Err),
Mb(<Mb<ParsedDname> as ParseRecordData>::Err),
Md(<Md<ParsedDname> as ParseRecordData>::Err),
Mf(<Mf<ParsedDname> as ParseRecordData>::Err),
Minfo(<Minfo<ParsedDname> as ParseRecordData>::Err),
Mr(<Mr<ParsedDname> as ParseRecordData>::Err),
Mx(<Mx<ParsedDname> as ParseRecordData>::Err),
Ns(<Ns<ParsedDname> as ParseRecordData>::Err),
Ptr(<Ptr<ParsedDname> as ParseRecordData>::Err),
Soa(<Soa<ParsedDname> as ParseRecordData>::Err),
Txt(<Txt as ParseRecordData>::Err),
Wks(<Wks as ParseRecordData>::Err),
Srv(<Srv<ParsedDname> as ParseRecordData>::Err),
Aaaa(<Aaaa as ParseRecordData>::Err),
Dnskey(<Dnskey as ParseRecordData>::Err),
Rrsig(<Rrsig as ParseRecordData>::Err),
Nsec(<Nsec as ParseRecordData>::Err),
Ds(<Ds as ParseRecordData>::Err),
Nsec3(<Nsec3 as ParseRecordData>::Err),
Nsec3param(<Nsec3param as ParseRecordData>::Err),
Null(<Null as ParseRecordData>::Err),
Opt(<Opt as ParseRecordData>::Err),
ShortBuf,
}
Variants§
A(<A as ParseRecordData>::Err)
Cname(<Cname<ParsedDname> as ParseRecordData>::Err)
Hinfo(<Hinfo as ParseRecordData>::Err)
Mb(<Mb<ParsedDname> as ParseRecordData>::Err)
Md(<Md<ParsedDname> as ParseRecordData>::Err)
Mf(<Mf<ParsedDname> as ParseRecordData>::Err)
Minfo(<Minfo<ParsedDname> as ParseRecordData>::Err)
Mr(<Mr<ParsedDname> as ParseRecordData>::Err)
Mx(<Mx<ParsedDname> as ParseRecordData>::Err)
Ns(<Ns<ParsedDname> as ParseRecordData>::Err)
Ptr(<Ptr<ParsedDname> as ParseRecordData>::Err)
Soa(<Soa<ParsedDname> as ParseRecordData>::Err)
Txt(<Txt as ParseRecordData>::Err)
Wks(<Wks as ParseRecordData>::Err)
Srv(<Srv<ParsedDname> as ParseRecordData>::Err)
Aaaa(<Aaaa as ParseRecordData>::Err)
Dnskey(<Dnskey as ParseRecordData>::Err)
Rrsig(<Rrsig as ParseRecordData>::Err)
Nsec(<Nsec as ParseRecordData>::Err)
Ds(<Ds as ParseRecordData>::Err)
Nsec3(<Nsec3 as ParseRecordData>::Err)
Nsec3param(<Nsec3param as ParseRecordData>::Err)
Null(<Null as ParseRecordData>::Err)
Opt(<Opt as ParseRecordData>::Err)
ShortBuf
Trait Implementations§
Source§impl Clone for AllDataParseError
impl Clone for AllDataParseError
Source§fn clone(&self) -> AllDataParseError
fn clone(&self) -> AllDataParseError
Returns a copy 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 AllDataParseError
impl Debug for AllDataParseError
Source§impl Display for AllDataParseError
impl Display for AllDataParseError
Source§impl Fail for AllDataParseError
impl Fail for AllDataParseError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreSource§impl From<ShortBuf> for AllDataParseError
impl From<ShortBuf> for AllDataParseError
Source§impl PartialEq for AllDataParseError
impl PartialEq for AllDataParseError
impl Eq for AllDataParseError
impl StructuralPartialEq for AllDataParseError
Auto Trait Implementations§
impl Freeze for AllDataParseError
impl RefUnwindSafe for AllDataParseError
impl Send for AllDataParseError
impl Sync for AllDataParseError
impl Unpin for AllDataParseError
impl UnwindSafe for AllDataParseError
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