pub enum RRClass {
IN,
CS,
CH,
HS,
Unknown(u16),
}Variants§
Implementations§
Trait Implementations§
impl Copy for RRClass
impl Eq for RRClass
impl StructuralPartialEq for RRClass
Auto Trait Implementations§
impl Freeze for RRClass
impl RefUnwindSafe for RRClass
impl Send for RRClass
impl Sync for RRClass
impl Unpin for RRClass
impl UnsafeUnpin for RRClass
impl UnwindSafe for RRClass
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