Enum grpcio_sys::grpc_connectivity_state [−][src]
#[repr(u32)]
pub enum grpc_connectivity_state {
GRPC_CHANNEL_IDLE,
GRPC_CHANNEL_CONNECTING,
GRPC_CHANNEL_READY,
GRPC_CHANNEL_TRANSIENT_FAILURE,
GRPC_CHANNEL_SHUTDOWN,
}
Expand description
Connectivity state of a channel.
Variants
channel is idle
channel is connecting
channel is ready for work
channel has seen a failure but expects to recover
channel has seen a failure that it cannot recover from
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_connectivity_state
impl Send for grpc_connectivity_state
impl Sync for grpc_connectivity_state
impl Unpin for grpc_connectivity_state
impl UnwindSafe for grpc_connectivity_state
Blanket Implementations
Mutably borrows from an owned value. Read more