#[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 Freeze for grpc_call_details
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