pub struct DeleteMutualTlsParams {
pub mutual_authentication_id: String,
}
Expand description
struct for passing parameters to the method delete_mutual_tls
Fields§
§mutual_authentication_id: String
Alphanumeric string identifying a mutual authentication.
Trait Implementations§
source§impl Clone for DeleteMutualTlsParams
impl Clone for DeleteMutualTlsParams
source§fn clone(&self) -> DeleteMutualTlsParams
fn clone(&self) -> DeleteMutualTlsParams
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 Debug for DeleteMutualTlsParams
impl Debug for DeleteMutualTlsParams
source§impl Default for DeleteMutualTlsParams
impl Default for DeleteMutualTlsParams
source§fn default() -> DeleteMutualTlsParams
fn default() -> DeleteMutualTlsParams
Returns the “default value” for a type. Read more