pub struct DnsKeysHandler<'client> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'client> Freeze for DnsKeysHandler<'client>
impl<'client> !RefUnwindSafe for DnsKeysHandler<'client>
impl<'client> Send for DnsKeysHandler<'client>
impl<'client> Sync for DnsKeysHandler<'client>
impl<'client> Unpin for DnsKeysHandler<'client>
impl<'client> !UnwindSafe for DnsKeysHandler<'client>
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