Enum dns_message_parser::rr::ServiceBindingMode [−][src]
pub enum ServiceBindingMode {
Alias,
Service,
}Expand description
The modes inferred from the SvcPriority field
Variants
“go to the target name and do another service binding query” enables apex aliasing for participating clients
Indicates that this record contains an arbitrary (IANA controlled) key value data store The record contains anything the client may need to know in order to connect to the server.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServiceBindingMode
impl Send for ServiceBindingMode
impl Sync for ServiceBindingMode
impl Unpin for ServiceBindingMode
impl UnwindSafe for ServiceBindingMode
Blanket Implementations
Mutably borrows from an owned value. Read more