Struct trust_dns_proto::error::ProtoError [−]
Methods
impl ProtoError
impl ProtoErrorpub fn kind(&self) -> &ProtoErrorKind
pub fn kind(&self) -> &ProtoErrorKindpub fn into_kind(self) -> ProtoErrorKind
pub fn into_kind(self) -> ProtoErrorKindpub fn iter(&self) -> ErrorChainIter
pub fn iter(&self) -> ErrorChainIterpub fn backtrace(&self) -> &Backtrace
pub fn backtrace(&self) -> &BacktraceTrait Implementations
impl Debug for ProtoError
impl Debug for ProtoErrorimpl Error for ProtoError
impl Error for ProtoErrorfn description(&self) -> &str
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl Display for ProtoError
impl Display for ProtoErrorimpl From<Error> for ProtoError
impl From<Error> for ProtoErrorimpl From<AddrParseError> for ProtoError
impl From<AddrParseError> for ProtoErrorfn from(e: AddrParseError) -> Self
fn from(e: AddrParseError) -> SelfPerforms the conversion.
impl From<ParseIntError> for ProtoError
impl From<ParseIntError> for ProtoErrorfn from(e: ParseIntError) -> Self
fn from(e: ParseIntError) -> SelfPerforms the conversion.
impl From<Utf8Error> for ProtoError
impl From<Utf8Error> for ProtoErrorimpl From<FromUtf8Error> for ProtoError
impl From<FromUtf8Error> for ProtoErrorfn from(e: FromUtf8Error) -> Self
fn from(e: FromUtf8Error) -> SelfPerforms the conversion.
impl From<SslErrorStack> for ProtoError
impl From<SslErrorStack> for ProtoErrorfn from(e: SslErrorStack) -> Self
fn from(e: SslErrorStack) -> SelfPerforms the conversion.
impl From<Unspecified> for ProtoError
impl From<Unspecified> for ProtoErrorfn from(e: Unspecified) -> Self
fn from(e: Unspecified) -> SelfPerforms the conversion.
impl From<ParseError> for ProtoError
impl From<ParseError> for ProtoErrorfn from(e: ParseError) -> Self
fn from(e: ParseError) -> SelfPerforms the conversion.
impl From<TimerError> for ProtoError
impl From<TimerError> for ProtoErrorfn from(e: TimerError) -> Self
fn from(e: TimerError) -> SelfPerforms the conversion.
impl From<ProtoErrorKind> for ProtoError
impl From<ProtoErrorKind> for ProtoErrorfn from(e: ProtoErrorKind) -> Self
fn from(e: ProtoErrorKind) -> SelfPerforms the conversion.
impl<'a> From<&'a str> for ProtoError
impl<'a> From<&'a str> for ProtoErrorimpl From<String> for ProtoError
impl From<String> for ProtoErrorimpl From<ProtoError> for Error[src]
impl From<ProtoError> for Errorfn from(e: ProtoError) -> Self[src]
fn from(e: ProtoError) -> SelfPerforms the conversion.
impl Clone for ProtoError[src]
impl Clone for ProtoErrorAuto Trait Implementations
impl Send for ProtoError
impl Send for ProtoErrorimpl !Sync for ProtoError
impl !Sync for ProtoError