Enum webrtc_mdns::message::DnsType
source · [−]pub enum DnsType {
Show 16 variants
A,
Ns,
Cname,
Soa,
Ptr,
Mx,
Txt,
Aaaa,
Srv,
Opt,
Wks,
Hinfo,
Minfo,
Axfr,
All,
Unsupported,
}
Variants
A
Ns
Cname
Soa
Ptr
Mx
Txt
Aaaa
Srv
Opt
Wks
Hinfo
Minfo
Axfr
All
Unsupported
Trait Implementations
impl Copy for DnsType
impl Eq for DnsType
impl StructuralEq for DnsType
impl StructuralPartialEq for DnsType
Auto Trait Implementations
impl RefUnwindSafe for DnsType
impl Send for DnsType
impl Sync for DnsType
impl Unpin for DnsType
impl UnwindSafe for DnsType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more