Struct dnstplib::config::DomainConfig
source · pub struct DomainConfig {
pub base_domain: String,
pub key_endpoint: String,
}
Fields§
§base_domain: String
§key_endpoint: String
Implementations§
source§impl DomainConfig
impl DomainConfig
pub fn get_fq_key_endpoint(&self) -> String
Trait Implementations§
source§impl Clone for DomainConfig
impl Clone for DomainConfig
source§fn clone(&self) -> DomainConfig
fn clone(&self) -> DomainConfig
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DomainConfig
impl RefUnwindSafe for DomainConfig
impl Send for DomainConfig
impl Sync for DomainConfig
impl Unpin for DomainConfig
impl UnwindSafe for DomainConfig
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