Struct spanner_rs::SessionPoolConfigBuilder [−][src]
pub struct SessionPoolConfigBuilder { /* fields omitted */ }Expand description
Builder for SessionPoolConfig.
Implementations
Specify the maximum number of sessions that should be maintained in the pool.
Specify the minimum number of sessions that should be maintained in the pool.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SessionPoolConfigBuilder
impl Send for SessionPoolConfigBuilder
impl Sync for SessionPoolConfigBuilder
impl Unpin for SessionPoolConfigBuilder
impl UnwindSafe for SessionPoolConfigBuilder
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