pub enum QType {
A,
NS,
CNAME,
SOA,
PTR,
MX,
TXT,
AAAA,
SRV,
ANY,
Unknown(u16),
}Variants§
Implementations§
Trait Implementations§
impl Copy for QType
impl Eq for QType
impl StructuralPartialEq for QType
Auto Trait Implementations§
impl Freeze for QType
impl RefUnwindSafe for QType
impl Send for QType
impl Sync for QType
impl Unpin for QType
impl UnsafeUnpin for QType
impl UnwindSafe for QType
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