Enum edge_captive::io::DnsIoError
source · pub enum DnsIoError<E> {
DnsError(DnsError),
IoError(E),
}Variants§
Trait Implementations§
source§impl<E: Debug> Debug for DnsIoError<E>
impl<E: Debug> Debug for DnsIoError<E>
source§impl<E> Display for DnsIoError<E>where
E: Display,
impl<E> Display for DnsIoError<E>where
E: Display,
Auto Trait Implementations§
impl<E> RefUnwindSafe for DnsIoError<E>where
E: RefUnwindSafe,
impl<E> Send for DnsIoError<E>where
E: Send,
impl<E> Sync for DnsIoError<E>where
E: Sync,
impl<E> Unpin for DnsIoError<E>where
E: Unpin,
impl<E> UnwindSafe for DnsIoError<E>where
E: UnwindSafe,
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>,
type Error = <Target as OctetsFrom<Source>>::Error
source§fn try_octets_into(
self
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
source§fn octets_into(self) -> Target
fn octets_into(self) -> Target
Performs an infallible conversion.