Enum google_cloud_spanner::session::SessionError [−][src]
pub enum SessionError {
SessionGetTimeout,
FailedToCreateSession,
GRPC(Status),
}Variants
SessionGetTimeout
FailedToCreateSession
GRPC(Status)
Tuple Fields
0: StatusTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SessionError
impl Send for SessionError
impl Sync for SessionError
impl Unpin for SessionError
impl !UnwindSafe for SessionError
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