pub struct KX {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub preference: u16,
pub exchanger: DomainName,
}
Expand description
The key exchange resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§preference: u16
§exchanger: DomainName
Implementations§
Trait Implementations§
impl Eq for KX
impl StructuralPartialEq for KX
Auto Trait Implementations§
impl Freeze for KX
impl RefUnwindSafe for KX
impl Send for KX
impl Sync for KX
impl Unpin for KX
impl UnwindSafe for KX
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