pub struct Rp<'a> {
pub mbox: DnsName<'a>,
pub txt: DnsName<'a>,
}Expand description
§Responsible person
This record is used to identify the responsible person for a domain
Fields§
§mbox: DnsName<'a>The mailbox name of the responsible person
txt: DnsName<'a>The domain name of the responsible person
Trait Implementations§
impl<'a> Copy for Rp<'a>
impl<'a> StructuralPartialEq for Rp<'a>
Auto Trait Implementations§
impl<'a> Freeze for Rp<'a>
impl<'a> RefUnwindSafe for Rp<'a>
impl<'a> Send for Rp<'a>
impl<'a> Sync for Rp<'a>
impl<'a> Unpin for Rp<'a>
impl<'a> UnwindSafe for Rp<'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