Struct simple_dns::rdata::AAAA
source · pub struct AAAA {
pub address: u128,
}
Expand description
Represents a Resource Address (IPv6) rfc3596
Fields§
§address: u128
a 128 bit ip address
Implementations§
source§impl AAAA
impl AAAA
sourcepub fn into_owned(self) -> Self
pub fn into_owned(self) -> Self
Transforms the inner data into its owned type
Trait Implementations§
source§impl PartialEq for AAAA
impl PartialEq for AAAA
impl Eq for AAAA
impl StructuralEq for AAAA
impl StructuralPartialEq for AAAA
Auto Trait Implementations§
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