pub struct DName<'a> {
pub name: DnsName<'a>,
}Expand description
§Delegation name record
This record is used to delegate a DNS zone to use the given authoritative name servers.
Fields§
§name: DnsName<'a>The name of the delegated domain.
Trait Implementations§
impl<'a> Copy for DName<'a>
impl<'a> StructuralPartialEq for DName<'a>
Auto Trait Implementations§
impl<'a> Freeze for DName<'a>
impl<'a> RefUnwindSafe for DName<'a>
impl<'a> Send for DName<'a>
impl<'a> Sync for DName<'a>
impl<'a> Unpin for DName<'a>
impl<'a> UnwindSafe for DName<'a>
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