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