Struct async_dnssd::BrowseResult [−][src]
pub struct BrowseResult {
pub flags: BrowsedFlags,
pub interface: Interface,
pub service_name: String,
pub reg_type: String,
pub domain: String,
}Expand description
Browse result
Fields
flags: BrowsedFlagsFlags indicating whether the service was added or removed and whether there are more pending results.
interface: InterfaceInterface the service was found on.
service_name: StringName of the service.
reg_type: StringType of the service
domain: StringDomain the service was found in
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for BrowseResult
impl Send for BrowseResult
impl Sync for BrowseResult
impl Unpin for BrowseResult
impl UnwindSafe for BrowseResult
Blanket Implementations
Mutably borrows from an owned value. Read more
