pub struct Record(_);
Expand description

A successful record registration

Releases the record when dropped (unless it is a Registration::get_default_txt_record or a Register::get_default_txt_record)

Also keeps the underlying Registration or Connection alive.

Implementations

Type of the record

Update record

Cannot change type or class of record.

See DNSServiceUpdateRecord.

Keep record alive for as long as the underlying Registration or Connection lives

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.