Struct async_dnssd::FullName [] [src]

pub struct FullName<'a> {
    pub service: Option<&'a str>,
    pub reg_type: &'a str,
    pub domain: &'a str,
}

Full name consiting of (up to) three parts

Fields

(unescaped) service name (becomes single label in full name)

registration type (valid names don't need escaping)

(escaped) domain name (most names don't need escaping)

Methods

impl<'a> FullName<'a>
[src]

Escape and concatenate all three parts to a full name

See DNSServiceConstructFullName