pub enum ExtendedDNSErrorExtraTextError {
TooBig(usize),
}Variants§
Trait Implementations§
Source§impl Clone for ExtendedDNSErrorExtraTextError
impl Clone for ExtendedDNSErrorExtraTextError
Source§fn clone(&self) -> ExtendedDNSErrorExtraTextError
fn clone(&self) -> ExtendedDNSErrorExtraTextError
Returns a duplicate 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 Error for ExtendedDNSErrorExtraTextError
impl Error for ExtendedDNSErrorExtraTextError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<ExtendedDNSErrorExtraTextError> for DecodeError
impl From<ExtendedDNSErrorExtraTextError> for DecodeError
Source§fn from(source: ExtendedDNSErrorExtraTextError) -> Self
fn from(source: ExtendedDNSErrorExtraTextError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExtendedDNSErrorExtraTextError
impl PartialEq for ExtendedDNSErrorExtraTextError
Source§fn eq(&self, other: &ExtendedDNSErrorExtraTextError) -> bool
fn eq(&self, other: &ExtendedDNSErrorExtraTextError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExtendedDNSErrorExtraTextError
impl StructuralPartialEq for ExtendedDNSErrorExtraTextError
Auto Trait Implementations§
impl Freeze for ExtendedDNSErrorExtraTextError
impl RefUnwindSafe for ExtendedDNSErrorExtraTextError
impl Send for ExtendedDNSErrorExtraTextError
impl Sync for ExtendedDNSErrorExtraTextError
impl Unpin for ExtendedDNSErrorExtraTextError
impl UnwindSafe for ExtendedDNSErrorExtraTextError
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