Struct async_dnssd::ResolveHostData [−][src]
pub struct ResolveHostData {
pub flags: QueryRecordFlags,
pub interface: Interface,
// some fields omitted
}Expand description
Optional data when querying for a record; either use its default value or customize it like:
ResolveHostData {
flags: QueryRecordFlags::LONG_LIVED_QUERY,
..Default::default()
};Fields
flags: QueryRecordFlagsflags for query
interface: Interfaceinterface to query records on
Trait Implementations
Returns the “default value” for a type. Read more
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 ResolveHostData
impl Send for ResolveHostData
impl Sync for ResolveHostData
impl Unpin for ResolveHostData
impl UnwindSafe for ResolveHostData
Blanket Implementations
Mutably borrows from an owned value. Read more
