Struct epp_client::config::CONFIG [−][src]
pub struct CONFIG { /* fields omitted */ }Expand description
Static reference to the config file
Methods from Deref<Target = EppClientConfig>
Returns the config for a particular registry
Trait Implementations
type Target = EppClientConfig
type Target = EppClientConfigThe resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for CONFIGimpl UnwindSafe for CONFIG