Union grpcio_sys::grpc_op_grpc_op_data
source · #[repr(C)]
pub union grpc_op_grpc_op_data {
pub reserved: grpc_op_grpc_op_data__bindgen_ty_1,
pub send_initial_metadata: grpc_op_grpc_op_data_grpc_op_send_initial_metadata,
pub send_message: grpc_op_grpc_op_data_grpc_op_send_message,
pub send_status_from_server: grpc_op_grpc_op_data_grpc_op_send_status_from_server,
pub recv_initial_metadata: grpc_op_grpc_op_data_grpc_op_recv_initial_metadata,
pub recv_message: grpc_op_grpc_op_data_grpc_op_recv_message,
pub recv_status_on_client: grpc_op_grpc_op_data_grpc_op_recv_status_on_client,
pub recv_close_on_server: grpc_op_grpc_op_data_grpc_op_recv_close_on_server,
}
Fields§
§reserved: grpc_op_grpc_op_data__bindgen_ty_1
§send_initial_metadata: grpc_op_grpc_op_data_grpc_op_send_initial_metadata
§send_message: grpc_op_grpc_op_data_grpc_op_send_message
§send_status_from_server: grpc_op_grpc_op_data_grpc_op_send_status_from_server
§recv_initial_metadata: grpc_op_grpc_op_data_grpc_op_recv_initial_metadata
§recv_message: grpc_op_grpc_op_data_grpc_op_recv_message
§recv_status_on_client: grpc_op_grpc_op_data_grpc_op_recv_status_on_client
§recv_close_on_server: grpc_op_grpc_op_data_grpc_op_recv_close_on_server
Trait Implementations§
source§impl Clone for grpc_op_grpc_op_data
impl Clone for grpc_op_grpc_op_data
source§fn clone(&self) -> grpc_op_grpc_op_data
fn clone(&self) -> grpc_op_grpc_op_data
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_op_grpc_op_data
impl Debug for grpc_op_grpc_op_data
impl Copy for grpc_op_grpc_op_data
Auto Trait Implementations§
impl RefUnwindSafe for grpc_op_grpc_op_data
impl !Send for grpc_op_grpc_op_data
impl !Sync for grpc_op_grpc_op_data
impl Unpin for grpc_op_grpc_op_data
impl UnwindSafe for grpc_op_grpc_op_data
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