pub struct TSigResponseContext {}Expand description
Context for a TSIG response, used to construct a TSIG response signer
Auto Trait Implementations§
impl Freeze for TSigResponseContext
impl RefUnwindSafe for TSigResponseContext
impl Send for TSigResponseContext
impl Sync for TSigResponseContext
impl Unpin for TSigResponseContext
impl UnsafeUnpin for TSigResponseContext
impl UnwindSafe for TSigResponseContext
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