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 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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EppClientConnectionimpl Send for EppClientConnectionimpl Sync for EppClientConnectionimpl Unpin for EppClientConnectionimpl UnwindSafe for EppClientConnection