Enum spanner_rs::Error [−][src]
pub enum Error {
Client(String),
Config(String),
Codec(String),
Auth(Error),
TransportError(Error),
Status(Status),
}Variants
Client(String)Tuple Fields of Client
0: StringConfig(String)Tuple Fields of Config
0: StringCodec(String)Tuple Fields of Codec
0: StringAuth(Error)Tuple Fields of Auth
0: ErrorTransportError(Error)Tuple Fields of TransportError
0: ErrorStatus(Status)Tuple Fields of Status
0: StatusTrait Implementations
Performs the conversion.
Performs the conversion.
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