pub struct DNSSECQuery(pub Name);Expand description
A message which is sent to a DNSSEC prover requesting a DNSSEC proof for the given name.
Tuple Fields§
§0: NameTrait Implementations§
Source§impl Clone for DNSSECQuery
impl Clone for DNSSECQuery
Source§fn clone(&self) -> DNSSECQuery
fn clone(&self) -> DNSSECQuery
Returns a duplicate 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 DNSSECQuery
impl Debug for DNSSECQuery
Source§impl Hash for DNSSECQuery
impl Hash for DNSSECQuery
Source§impl PartialEq for DNSSECQuery
impl PartialEq for DNSSECQuery
impl Eq for DNSSECQuery
impl StructuralPartialEq for DNSSECQuery
Auto Trait Implementations§
impl Freeze for DNSSECQuery
impl RefUnwindSafe for DNSSECQuery
impl Send for DNSSECQuery
impl Sync for DNSSECQuery
impl Unpin for DNSSECQuery
impl UnwindSafe for DNSSECQuery
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