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