Struct grpcio_sys::grpc_auth_property_iterator
source · #[repr(C)]pub struct grpc_auth_property_iterator {
pub ctx: *const grpc_auth_context,
pub index: usize,
pub name: *const c_char,
}
Fields§
§ctx: *const grpc_auth_context
§index: usize
§name: *const c_char
Trait Implementations§
source§impl Clone for grpc_auth_property_iterator
impl Clone for grpc_auth_property_iterator
source§fn clone(&self) -> grpc_auth_property_iterator
fn clone(&self) -> grpc_auth_property_iterator
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