pub struct ExtendedDNSErrorExtraText { /* private fields */ }Trait Implementations§
Source§impl AsRef<str> for ExtendedDNSErrorExtraText
impl AsRef<str> for ExtendedDNSErrorExtraText
Source§impl Clone for ExtendedDNSErrorExtraText
impl Clone for ExtendedDNSErrorExtraText
Source§fn clone(&self) -> ExtendedDNSErrorExtraText
fn clone(&self) -> ExtendedDNSErrorExtraText
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 ExtendedDNSErrorExtraText
impl Debug for ExtendedDNSErrorExtraText
Source§impl Display for ExtendedDNSErrorExtraText
impl Display for ExtendedDNSErrorExtraText
Source§impl Hash for ExtendedDNSErrorExtraText
impl Hash for ExtendedDNSErrorExtraText
Source§impl TryFrom<&str> for ExtendedDNSErrorExtraText
impl TryFrom<&str> for ExtendedDNSErrorExtraText
Source§impl TryFrom<String> for ExtendedDNSErrorExtraText
impl TryFrom<String> for ExtendedDNSErrorExtraText
impl Eq for ExtendedDNSErrorExtraText
impl StructuralPartialEq for ExtendedDNSErrorExtraText
Auto Trait Implementations§
impl Freeze for ExtendedDNSErrorExtraText
impl RefUnwindSafe for ExtendedDNSErrorExtraText
impl Send for ExtendedDNSErrorExtraText
impl Sync for ExtendedDNSErrorExtraText
impl Unpin for ExtendedDNSErrorExtraText
impl UnwindSafe for ExtendedDNSErrorExtraText
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