Struct cdns_rs::a_sync::query::QDns[][src]

pub struct QDns {}

Implementations

Performes a query of the requested type with requested settings.

Arguments
  • name - QDnsName an item to look i.e IP or Domain name

  • qtypr - QType a request type

  • opts - QuerySetup an additional setup

Returns

Should not panic. MT-safe.

Performes a query of the requested type with default settings.

Arguments
  • name - QDnsName an item to look i.e IP or Domain name

  • qtypr - QType a request type

Returns

Should not panic. MT-safe.

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.