#[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 moreSource§impl Debug for grpc_serving_status_update
impl Debug for grpc_serving_status_update
impl Copy for grpc_serving_status_update
Auto Trait Implementations§
impl Freeze for grpc_serving_status_update
impl RefUnwindSafe for grpc_serving_status_update
impl !Send for grpc_serving_status_update
impl !Sync for grpc_serving_status_update
impl Unpin for grpc_serving_status_update
impl UnwindSafe for grpc_serving_status_update
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more