Struct grpcio_sys::grpc_call_credentials
source · #[repr(C)]pub struct grpc_call_credentials { /* private fields */ }
Trait Implementations§
source§impl Clone for grpc_call_credentials
impl Clone for grpc_call_credentials
source§fn clone(&self) -> grpc_call_credentials
fn clone(&self) -> grpc_call_credentials
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 more