pub struct AsyncTrustDnsResolverOptsMapping(/* private fields */);Trait Implementations§
Source§impl From<AsyncTrustDnsResolverOpts> for AsyncTrustDnsResolverOptsMapping
impl From<AsyncTrustDnsResolverOpts> for AsyncTrustDnsResolverOptsMapping
Source§fn from(p: AsyncTrustDnsResolverOpts) -> AsyncTrustDnsResolverOptsMapping
fn from(p: AsyncTrustDnsResolverOpts) -> AsyncTrustDnsResolverOptsMapping
Converts to this type from the input type.
Source§impl From<AsyncTrustDnsResolverOptsMapping> for AsyncTrustDnsResolverOpts
impl From<AsyncTrustDnsResolverOptsMapping> for AsyncTrustDnsResolverOpts
Source§fn from(p: AsyncTrustDnsResolverOptsMapping) -> AsyncTrustDnsResolverOpts
fn from(p: AsyncTrustDnsResolverOptsMapping) -> AsyncTrustDnsResolverOpts
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsyncTrustDnsResolverOptsMapping
impl RefUnwindSafe for AsyncTrustDnsResolverOptsMapping
impl Send for AsyncTrustDnsResolverOptsMapping
impl Sync for AsyncTrustDnsResolverOptsMapping
impl Unpin for AsyncTrustDnsResolverOptsMapping
impl UnwindSafe for AsyncTrustDnsResolverOptsMapping
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