Struct epp_client::config::EppClientConfig [−][src]
pub struct EppClientConfig {
pub registry: HashMap<String, EppClientConnection>,
}Expand description
Config that stores settings for multiple registries
Fields
registry: HashMap<String, EppClientConnection>Implementations
Returns the config for a particular registry
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 EppClientConfigimpl Send for EppClientConfigimpl Sync for EppClientConfigimpl Unpin for EppClientConfigimpl UnwindSafe for EppClientConfig