Enum grpcio_sys::grpc_completion_type
source · #[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
GRPC_QUEUE_SHUTDOWN
Shutting down
GRPC_QUEUE_TIMEOUT
No event before timeout
GRPC_OP_COMPLETE
Operation completion
Trait Implementations
sourceimpl Clone for grpc_completion_type
impl Clone for grpc_completion_type
sourcefn clone(&self) -> grpc_completion_type
fn clone(&self) -> grpc_completion_type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for grpc_completion_type
impl Debug for grpc_completion_type
sourceimpl Hash for grpc_completion_type
impl Hash for grpc_completion_type
sourceimpl PartialEq<grpc_completion_type> for grpc_completion_type
impl PartialEq<grpc_completion_type> for grpc_completion_type
sourcefn eq(&self, other: &grpc_completion_type) -> bool
fn eq(&self, other: &grpc_completion_type) -> bool
impl Copy for grpc_completion_type
impl Eq for grpc_completion_type
impl StructuralEq for grpc_completion_type
impl StructuralPartialEq for grpc_completion_type
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more