pub struct RP {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub mbox_dname: DomainName,
pub txt_dname: DomainName,
}
Expand description
The responsible person resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§mbox_dname: DomainName
§txt_dname: DomainName
Implementations§
Trait Implementations§
impl Eq for RP
impl StructuralPartialEq for RP
Auto Trait Implementations§
impl Freeze for RP
impl RefUnwindSafe for RP
impl Send for RP
impl Sync for RP
impl Unpin for RP
impl UnwindSafe for RP
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