Enum google_cloud_spanner::client::RunInTxError [−][src]
pub enum RunInTxError {
GRPC(Status),
InvalidSession(SessionError),
ParseError(Error),
Any(Error),
}Variants
GRPC(Status)
Tuple Fields
0: StatusInvalidSession(SessionError)
Tuple Fields
0: SessionErrorParseError(Error)
Tuple Fields
0: ErrorAny(Error)
Tuple Fields
0: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for RunInTxError
impl Send for RunInTxError
impl Sync for RunInTxError
impl Unpin for RunInTxError
impl !UnwindSafe for RunInTxError
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
