Enum etcd_rs::Error [−][src]
pub enum Error {
InvalidURI(InvalidUri),
Transport(Error),
Response(Status),
ChannelClosed,
}Variants
InvalidURI(InvalidUri)
Tuple Fields
0: InvalidUriTransport(Error)
Tuple Fields
0: ErrorResponse(Status)
Tuple Fields
0: StatusChannelClosed
Trait Implementations
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
