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