#[repr(u16)]pub enum DnsAClass {
IN = 1,
CS = 2,
CH = 3,
HS = 4,
Reserved = 5,
}
Expand description
A DNS message answer class.
Variants§
Implementations§
Trait Implementations§
impl Copy for DnsAClass
impl StructuralPartialEq for DnsAClass
Auto Trait Implementations§
impl Freeze for DnsAClass
impl RefUnwindSafe for DnsAClass
impl Send for DnsAClass
impl Sync for DnsAClass
impl Unpin for DnsAClass
impl UnwindSafe for DnsAClass
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