Struct epp_client::config::EppClientConnection[][src]

pub struct EppClientConnection { /* fields omitted */ }
Expand description

Connection details to connect to and authenticate with a registry

Implementations

Returns the EPP host and port no as a tuple

Returns the EPP username and password as a tuple

Returns the service extension URIs to be set in the connection to the registry

Returns the parsed client certificate and private key for client TLS auth

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

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.