pub struct TxtError(_);
Expand description
An octets sequence does not form valid TXT record data.
Implementations§
Trait Implementations§
source§impl From<LongRecordData> for TxtError
impl From<LongRecordData> for TxtError
source§fn from(err: LongRecordData) -> TxtError
fn from(err: LongRecordData) -> TxtError
Converts to this type from the input type.
impl Copy for TxtError
Auto Trait Implementations§
impl RefUnwindSafe for TxtError
impl Send for TxtError
impl Sync for TxtError
impl Unpin for TxtError
impl UnwindSafe for TxtError
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) -> Targetwhere
Self::Error: Into<Infallible>,
fn octets_into(self) -> Targetwhere Self::Error: Into<Infallible>,
Performs an infallible conversion.