Enum grpcio::RpcStatusCode [] [src]

#[repr(C)]
pub enum RpcStatusCode { Ok, Cancelled, Unknown, InvalidArgument, DeadlineExceeded, NotFound, AlreadyExists, PermissionDenied, Unauthenticated, ResourceExhausted, FailedPrecondition, Aborted, OutOfRange, Unimplemented, Internal, Unavailable, DataLoss, }

Variants

Trait Implementations

impl Copy for GrpcStatusCode
[src]

impl Clone for GrpcStatusCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<i32> for GrpcStatusCode
[src]

[src]

Performs the conversion.

impl PartialEq<GrpcStatusCode> for GrpcStatusCode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for GrpcStatusCode
[src]

[src]

Formats the value using the given formatter.