Struct async_dnssd::Registration[][src]

pub struct Registration(_);
Expand description

Successful registration

On dropping the registration the service will be unregistered. Registered Records from this Registration or the originating Register future will keep the Registration alive.

Implementations

Add a record to a registered service

See DNSServiceAddRecord

Get Record handle for default TXT record associated with the service registration (e.g. to update it).

Record::keep doesn’t do anything useful on that handle.

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

Performs the conversion.

Performs the conversion.

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.