pub enum Providers {
Gandi(Auth),
Dnsimple(Auth),
DnsMadeEasy(Auth),
PorkBun(Auth),
}Variants§
Implementations§
Source§impl Providers
impl Providers
pub fn blocking_impl(&self, dns_conf: Config) -> Box<dyn DnsProvider>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Providers
impl<'de> Deserialize<'de> for Providers
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Providers
impl RefUnwindSafe for Providers
impl Send for Providers
impl Sync for Providers
impl Unpin for Providers
impl UnwindSafe for Providers
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