Lines Matching defs:RpcStatus
159 pub struct RpcStatus { struct
161 code: RpcStatusCode, argument
175 impl Display for RpcStatus { argument
181 impl RpcStatus { implementation
183 pub fn new<T: Into<RpcStatusCode>>(code: T) -> RpcStatus { in new()
188 pub fn with_message<T: Into<RpcStatusCode>>(code: T, message: String) -> RpcStatus { in with_message()
201 ) -> RpcStatus { in with_details()
215 ) -> RpcStatus { in with_details_and_error_string()
286 pub fn rpc_status(&self) -> RpcStatus { in rpc_status()
466 status: &RpcStatus, in start_send_status_from_server()
518 pub fn abort(self, status: &RpcStatus) { in abort()