pub struct DnsInfoCHandleWrapper(/* private fields */);
Trait Implementations§
Source§impl Drop for DnsInfoCHandleWrapper
impl Drop for DnsInfoCHandleWrapper
impl Send for DnsInfoCHandleWrapper
Auto Trait Implementations§
impl Freeze for DnsInfoCHandleWrapper
impl RefUnwindSafe for DnsInfoCHandleWrapper
impl !Sync for DnsInfoCHandleWrapper
impl Unpin for DnsInfoCHandleWrapper
impl UnwindSafe for DnsInfoCHandleWrapper
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