pub struct NULL {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub data: Vec<u8>,
}
Expand description
The null type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§data: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for NULL
impl StructuralPartialEq for NULL
Auto Trait Implementations§
impl Freeze for NULL
impl RefUnwindSafe for NULL
impl Send for NULL
impl Sync for NULL
impl Unpin for NULL
impl UnwindSafe for NULL
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