Struct simple_dns::rdata::AFSDB
source · pub struct AFSDB<'a> {
pub subtype: u16,
pub hostname: Name<'a>,
}
Expand description
AFSDB records represents servers with ASD cells
Fields§
§subtype: u16
An integer that represents the subtype
hostname: Name<'a>
The
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for AFSDB<'a>
impl<'a> PartialEq for AFSDB<'a>
impl<'a> Eq for AFSDB<'a>
impl<'a> StructuralEq for AFSDB<'a>
impl<'a> StructuralPartialEq for AFSDB<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AFSDB<'a>
impl<'a> Send for AFSDB<'a>
impl<'a> Sync for AFSDB<'a>
impl<'a> Unpin for AFSDB<'a>
impl<'a> UnwindSafe for AFSDB<'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