Struct simple_dns::rdata::RP
source · pub struct RP<'a> {
pub mbox: Name<'a>,
pub txt: Name<'a>,
}
Expand description
RP Responsible Person, RFC 1183
Fields§
§mbox: Name<'a>
A Name which specifies a mailbox for the responsble person.
txt: Name<'a>
A Name which specifies a domain name the TXT records.
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for RP<'a>
impl<'a> PartialEq for RP<'a>
impl<'a> Eq for RP<'a>
impl<'a> StructuralEq for RP<'a>
impl<'a> StructuralPartialEq for RP<'a>
Auto Trait Implementations§
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