pub struct EdgeDnsConfig {
pub host: String,
pub client_token: String,
pub client_secret: String,
pub access_token: String,
pub account_switch_key: Option<String>,
pub request_timeout: Option<Duration>,
}Fields§
§host: String§client_token: String§client_secret: String§access_token: String§account_switch_key: Option<String>§request_timeout: Option<Duration>Trait Implementations§
Source§impl Clone for EdgeDnsConfig
impl Clone for EdgeDnsConfig
Source§fn clone(&self) -> EdgeDnsConfig
fn clone(&self) -> EdgeDnsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EdgeDnsConfig
impl RefUnwindSafe for EdgeDnsConfig
impl Send for EdgeDnsConfig
impl Sync for EdgeDnsConfig
impl Unpin for EdgeDnsConfig
impl UnsafeUnpin for EdgeDnsConfig
impl UnwindSafe for EdgeDnsConfig
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