pub struct AAAARdata {
    pub rdata: Ipv6Addr,
}Fields§
§rdata: Ipv6AddrImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AAAARdata
impl RefUnwindSafe for AAAARdata
impl Send for AAAARdata
impl Sync for AAAARdata
impl Unpin for AAAARdata
impl UnwindSafe for AAAARdata
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