Enum google_cloud_spanner::client::TxError [−][src]
pub enum TxError {
GRPC(Status),
InvalidSession(SessionError),
}Variants
GRPC(Status)
Tuple Fields
0: StatusInvalidSession(SessionError)
Tuple Fields
0: SessionErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TxError
impl !UnwindSafe for TxError
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