Struct async_dnssd::Connection

source ·
pub struct Connection(_);
Expand description

Connection to register records with

Implementations§

Register record on interface with given name, type, class, rdata and ttl

See DNSServiceRegisterRecord.

Register record on interface with given name, type, class, rdata and ttl

Uses register_record_extended with default RegisterRecordData.

See DNSServiceRegisterRecord.

Trait Implementations§

get Remote reference

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.