Struct grpcio_sys::grpc_call_details
source · #[repr(C)]pub struct grpc_call_details {
pub method: grpc_slice,
pub host: grpc_slice,
pub deadline: gpr_timespec,
}
Fields§
§method: grpc_slice
§host: grpc_slice
§deadline: gpr_timespec
Trait Implementations§
source§impl Clone for grpc_call_details
impl Clone for grpc_call_details
source§fn clone(&self) -> grpc_call_details
fn clone(&self) -> grpc_call_details
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_call_details
impl Debug for grpc_call_details
impl Copy for grpc_call_details
Auto Trait Implementations§
impl RefUnwindSafe for grpc_call_details
impl !Send for grpc_call_details
impl !Sync for grpc_call_details
impl Unpin for grpc_call_details
impl UnwindSafe for grpc_call_details
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