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