pub struct DNSCryptProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DNSCryptProvider
impl Debug for DNSCryptProvider
Source§impl Default for DNSCryptProvider
impl Default for DNSCryptProvider
Source§fn default() -> DNSCryptProvider
fn default() -> DNSCryptProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DNSCryptProvider
impl RefUnwindSafe for DNSCryptProvider
impl Send for DNSCryptProvider
impl Sync for DNSCryptProvider
impl Unpin for DNSCryptProvider
impl UnwindSafe for DNSCryptProvider
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