Struct resolv::record::AAAA
[−]
[src]
pub struct AAAA { pub address: Ipv6Addr, }
Fields
address: Ipv6Addr
Trait Implementations
impl Clone for AAAA
[src]
fn clone(&self) -> AAAA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for AAAA
[src]
impl RecordData for AAAA
[src]
fn get_record_type() -> RecordType
Get type of record
fn extract(_msg: &mut Message, rr: &Rr) -> Result<AAAA, Error>
Convert from low level resource record. For internal use.