Struct google_cloud_spanner::client::ChannelConfig [−][src]
pub struct ChannelConfig {
pub num_channels: usize,
}Fields
num_channels: usizenum_channels is the number of gRPC channels.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChannelConfig
impl Send for ChannelConfig
impl Sync for ChannelConfig
impl Unpin for ChannelConfig
impl UnwindSafe for ChannelConfig
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