Struct google_cloud_spanner::client::ClientConfig [−][src]
pub struct ClientConfig {
pub session_config: SessionConfig,
pub channel_config: ChannelConfig,
}Expand description
ClientConfig has configurations for the client.
Fields
session_config: SessionConfigSessionPoolConfig is the configuration for session pool.
channel_config: ChannelConfigChannelConfig is the configuration for gRPC connection.
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