Struct etcd_rs::ClientConfig [−][src]
pub struct ClientConfig {
pub endpoints: Vec<String>,
pub auth: Option<(String, String)>,
pub tls: Option<ClientTlsConfig>,
}Expand description
Config for establishing etcd client.
Fields
endpoints: Vec<String>auth: Option<(String, String)>tls: Option<ClientTlsConfig>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ClientConfig
impl Send for ClientConfig
impl Sync for ClientConfig
impl Unpin for ClientConfig
impl !UnwindSafe for ClientConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
