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