Struct grpcio_sys::grpcwrap_batch_context__bindgen_ty_2 [−][src]
#[repr(C)]pub struct grpcwrap_batch_context__bindgen_ty_2 {
pub trailing_metadata: grpc_metadata_array,
pub status: Type,
pub status_details: grpc_slice,
}
Fields
trailing_metadata: grpc_metadata_array
status: Type
status_details: grpc_slice
Trait Implementations
Auto Trait Implementations
impl !Send for grpcwrap_batch_context__bindgen_ty_2
impl !Sync for grpcwrap_batch_context__bindgen_ty_2
Blanket Implementations
Mutably borrows from an owned value. Read more