#[repr(C)]
pub enum GrpcCallStatus {
Ok,
Error,
ErrorNotOnServer,
ErrorNotOnClient,
ErrorAlreadyAccepted,
ErrorAlreadyInvoked,
ErrorNotInvoked,
ErrorAlreadyFinished,
ErrorTooManyOperations,
ErrorInvalidFlags,
ErrorInvalidMetadata,
ErrorInvalidMessage,
ErrorNotServerCompletionQueue,
ErrorBatchTooBig,
ErrorPayloadTypeMismatch,
}
Ok
Error
ErrorNotOnServer
ErrorNotOnClient
ErrorAlreadyAccepted
ErrorAlreadyInvoked
ErrorNotInvoked
ErrorAlreadyFinished
ErrorTooManyOperations
ErrorInvalidFlags
ErrorInvalidMetadata
ErrorInvalidMessage
ErrorNotServerCompletionQueue
ErrorBatchTooBig
ErrorPayloadTypeMismatch
Formats the value using the given formatter.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]
This method tests for !=
.