pub struct ProviderDns(/* private fields */);Expand description
DNS provider.
Trait Implementations§
Source§impl Clone for ProviderDns
impl Clone for ProviderDns
Source§fn clone(&self) -> ProviderDns
fn clone(&self) -> ProviderDns
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProviderDns
impl Debug for ProviderDns
Source§impl Deref for ProviderDns
impl Deref for ProviderDns
Source§impl Provider for ProviderDns
impl Provider for ProviderDns
Auto Trait Implementations§
impl Freeze for ProviderDns
impl RefUnwindSafe for ProviderDns
impl Send for ProviderDns
impl Sync for ProviderDns
impl Unpin for ProviderDns
impl UnwindSafe for ProviderDns
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