Enum async_zeroconf::OpKind [−][src]
pub enum OpKind {
Publish,
Browse,
Resolve,
}
Expand description
OpKind
represents the possible kinds of operation associated with a
ServiceRef, primarily used for debug and obtained from the OpType
returned by ServiceRef::op_type.
Variants
An operation publishing a service.
An operation to browse for a given type of service.
An operation to resolve a service.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpKind
impl UnwindSafe for OpKind
Blanket Implementations
Mutably borrows from an owned value. Read more