Struct grpcio::RpcStatus [] [src]

pub struct RpcStatus {
    pub status: RpcStatusCode,
    pub details: Option<String>,
}

Status return from server.

Fields

Methods

impl RpcStatus
[src]

[src]

[src]

Generate an Ok status.

Trait Implementations

impl Debug for RpcStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpcStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more