Enum grpcio_sys::grpc_completion_type [−][src]
#[repr(u32)]
pub enum grpc_completion_type {
GRPC_QUEUE_SHUTDOWN,
GRPC_QUEUE_TIMEOUT,
GRPC_OP_COMPLETE,
}
Expand description
The type of completion (for grpc_event)
Variants
Shutting down
No event before timeout
Operation completion
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_completion_type
impl Send for grpc_completion_type
impl Sync for grpc_completion_type
impl Unpin for grpc_completion_type
impl UnwindSafe for grpc_completion_type
Blanket Implementations
Mutably borrows from an owned value. Read more