Struct grpcio_sys::grpc_serving_status_update
source · #[repr(C)]pub struct grpc_serving_status_update {
pub code: Type,
pub error_message: *const c_char,
}
Fields§
§code: Type
§error_message: *const c_char
Trait Implementations§
source§impl Clone for grpc_serving_status_update
impl Clone for grpc_serving_status_update
source§fn clone(&self) -> grpc_serving_status_update
fn clone(&self) -> grpc_serving_status_update
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more