pub struct AAAA {
pub domain_name: DomainName,
pub ttl: u32,
pub ipv6_addr: Ipv6Addr,
}
Expand description
The IPv6 host address resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§ipv6_addr: Ipv6Addr
Implementations§
Trait Implementations§
impl Eq for AAAA
impl StructuralPartialEq for AAAA
Auto Trait Implementations§
impl Freeze for AAAA
impl RefUnwindSafe for AAAA
impl Send for AAAA
impl Sync for AAAA
impl Unpin for AAAA
impl UnwindSafe for AAAA
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