#[repr(C)]pub struct grpc_tls_custom_verification_check_request_peer_info {
pub common_name: *const c_char,
pub san_names: grpc_tls_custom_verification_check_request_peer_info_san_names,
pub peer_cert: *const c_char,
pub peer_cert_full_chain: *const c_char,
}
Fields§
§common_name: *const c_char
§san_names: grpc_tls_custom_verification_check_request_peer_info_san_names
§peer_cert: *const c_char
§peer_cert_full_chain: *const c_char
Trait Implementations§
source§impl Clone for grpc_tls_custom_verification_check_request_peer_info
impl Clone for grpc_tls_custom_verification_check_request_peer_info
source§fn clone(&self) -> grpc_tls_custom_verification_check_request_peer_info
fn clone(&self) -> grpc_tls_custom_verification_check_request_peer_info
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