pub struct Kx<'a> {
pub preference: u16,
pub exchange: DnsName<'a>,
}Expand description
§Key exchange delegation record
This record describes a mechanism whereby authorization for one node to act as a key exchange for another is delegated and made available with the secure DNS protocol.
Fields§
§preference: u16The preference given to this record among others at the same owner.
exchange: DnsName<'a>The key exchange host name.
Trait Implementations§
impl<'a> Copy for Kx<'a>
impl<'a> StructuralPartialEq for Kx<'a>
Auto Trait Implementations§
impl<'a> Freeze for Kx<'a>
impl<'a> RefUnwindSafe for Kx<'a>
impl<'a> Send for Kx<'a>
impl<'a> Sync for Kx<'a>
impl<'a> Unpin for Kx<'a>
impl<'a> UnwindSafe for Kx<'a>
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