Struct epp_client::config::EppClientTlsFiles [−][src]
pub struct EppClientTlsFiles { /* fields omitted */ }Expand description
Paths to the client certificate and client key PEM files
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 EppClientTlsFilesimpl Send for EppClientTlsFilesimpl Sync for EppClientTlsFilesimpl Unpin for EppClientTlsFilesimpl UnwindSafe for EppClientTlsFiles