#[repr(C)]pub struct grpcwrap_request_call_context {
pub call: *mut grpc_call,
pub call_details: grpc_call_details,
pub request_metadata: grpc_metadata_array,
}
Fields§
§call: *mut grpc_call
§call_details: grpc_call_details
§request_metadata: grpc_metadata_array
Trait Implementations§
source§impl Clone for grpcwrap_request_call_context
impl Clone for grpcwrap_request_call_context
source§fn clone(&self) -> grpcwrap_request_call_context
fn clone(&self) -> grpcwrap_request_call_context
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 moreimpl Copy for grpcwrap_request_call_context
Auto Trait Implementations§
impl RefUnwindSafe for grpcwrap_request_call_context
impl !Send for grpcwrap_request_call_context
impl !Sync for grpcwrap_request_call_context
impl Unpin for grpcwrap_request_call_context
impl UnwindSafe for grpcwrap_request_call_context
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