Struct hickory_resolver::config::TlsClientConfig
source · pub struct TlsClientConfig(pub Arc<ClientConfig>);
Available on crate feature
dns-over-rustls
only.Expand description
a compatibility wrapper around rustls ClientConfig
Tuple Fields§
§0: Arc<ClientConfig>
Trait Implementations§
source§impl Clone for TlsClientConfig
impl Clone for TlsClientConfig
source§fn clone(&self) -> TlsClientConfig
fn clone(&self) -> TlsClientConfig
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 moresource§impl Debug for TlsClientConfig
impl Debug for TlsClientConfig
source§impl PartialEq for TlsClientConfig
impl PartialEq for TlsClientConfig
impl Eq for TlsClientConfig
Auto Trait Implementations§
impl Freeze for TlsClientConfig
impl !RefUnwindSafe for TlsClientConfig
impl Send for TlsClientConfig
impl Sync for TlsClientConfig
impl Unpin for TlsClientConfig
impl !UnwindSafe for TlsClientConfig
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.