Enum google_cloud_spanner::client::Error [−][src]
pub enum Error {
FailedToCreateSessionPool(Status),
FailedToCreateChannelPool(Error),
InvalidConfig(String),
}Variants
FailedToCreateSessionPool(Status)
Tuple Fields
0: StatusFailedToCreateChannelPool(Error)
Tuple Fields
0: ErrorInvalidConfig(String)
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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