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