pub struct NMDnsEntry { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for NMDnsEntry
impl RefUnwindSafe for NMDnsEntry
impl !Send for NMDnsEntry
impl !Sync for NMDnsEntry
impl !Unpin for NMDnsEntry
impl UnwindSafe for NMDnsEntry
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