pub struct DnsCrypt { /* private fields */ }Expand description
Dnscrypt configuration parsed from dnsstamp
Trait Implementations§
impl Eq for DnsCrypt
impl StructuralPartialEq for DnsCrypt
Auto Trait Implementations§
impl Freeze for DnsCrypt
impl RefUnwindSafe for DnsCrypt
impl Send for DnsCrypt
impl Sync for DnsCrypt
impl Unpin for DnsCrypt
impl UnwindSafe for DnsCrypt
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