Enum doapi::request::DnsRecType
[−]
[src]
pub enum DnsRecType {
A,
AAAA,
CNAME,
MX,
NS,
SRV,
TXT,
}Variants
A | |
AAAA | |
CNAME | |
MX | |
NS | |
SRV | |
TXT |
pub enum DnsRecType {
A,
AAAA,
CNAME,
MX,
NS,
SRV,
TXT,
}A | |
AAAA | |
CNAME | |
MX | |
NS | |
SRV | |
TXT |
impl DnsRecTypeimpl FromStr for DnsRecTypeimpl Display for DnsRecTypeimpl Debug for DnsRecType
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)