pub struct CreateMutualTlsAuthenticationParams {
pub mutual_authentication: Option<MutualAuthentication>,
}
Expand description
struct for passing parameters to the method create_mutual_tls_authentication
Fields§
§mutual_authentication: Option<MutualAuthentication>
Trait Implementations§
source§impl Clone for CreateMutualTlsAuthenticationParams
impl Clone for CreateMutualTlsAuthenticationParams
source§fn clone(&self) -> CreateMutualTlsAuthenticationParams
fn clone(&self) -> CreateMutualTlsAuthenticationParams
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 Default for CreateMutualTlsAuthenticationParams
impl Default for CreateMutualTlsAuthenticationParams
source§fn default() -> CreateMutualTlsAuthenticationParams
fn default() -> CreateMutualTlsAuthenticationParams
Returns the “default value” for a type. Read more