Struct async_dnssd::QueryRecordResult [−][src]
pub struct QueryRecordResult {
pub flags: QueriedRecordFlags,
pub interface: Interface,
pub fullname: String,
pub rr_type: Type,
pub rr_class: Class,
pub rdata: Vec<u8>,
pub ttl: u32,
}Expand description
Query result
Fields
flags: QueriedRecordFlagsflags
interface: Interfaceinterface the record was found on
fullname: Stringname of record
rr_type: Typetype of record
rr_class: Classclass of record
rdata: Vec<u8>wire RDATA of record
ttl: u32TTL (time to live) of record
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 QueryRecordResult
impl Send for QueryRecordResult
impl Sync for QueryRecordResult
impl Unpin for QueryRecordResult
impl UnwindSafe for QueryRecordResult
Blanket Implementations
Mutably borrows from an owned value. Read more
