pub enum RRType {
A,
NS,
MX,
TXT,
CNAME,
SRV,
AAAA,
CAA,
REDIRECT_URL,
FORWARD_URL,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for RRType
impl RefUnwindSafe for RRType
impl Send for RRType
impl Sync for RRType
impl Unpin for RRType
impl UnwindSafe for RRType
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