pub struct ExtendedDNSErrors {
pub info_code: ExtendedDNSErrorCodes,
pub extra_text: ExtendedDNSErrorExtraText,
}Fields§
§info_code: ExtendedDNSErrorCodes§extra_text: ExtendedDNSErrorExtraTextTrait Implementations§
Source§impl Clone for ExtendedDNSErrors
impl Clone for ExtendedDNSErrors
Source§fn clone(&self) -> ExtendedDNSErrors
fn clone(&self) -> ExtendedDNSErrors
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 Debug for ExtendedDNSErrors
impl Debug for ExtendedDNSErrors
Source§impl Display for ExtendedDNSErrors
impl Display for ExtendedDNSErrors
Source§impl Hash for ExtendedDNSErrors
impl Hash for ExtendedDNSErrors
Source§impl PartialEq for ExtendedDNSErrors
impl PartialEq for ExtendedDNSErrors
impl Eq for ExtendedDNSErrors
impl StructuralPartialEq for ExtendedDNSErrors
Auto Trait Implementations§
impl Freeze for ExtendedDNSErrors
impl RefUnwindSafe for ExtendedDNSErrors
impl Send for ExtendedDNSErrors
impl Sync for ExtendedDNSErrors
impl Unpin for ExtendedDNSErrors
impl UnwindSafe for ExtendedDNSErrors
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