pub struct CreateGlobalsignEmailChallengeParams {
pub tls_subscription_id: String,
pub tls_authorization_id: String,
pub request_body: Option<HashMap<String, Value>>,
}
Expand description
struct for passing parameters to the method create_globalsign_email_challenge
Fields§
§tls_subscription_id: String
Alphanumeric string identifying a TLS subscription.
Alphanumeric string identifying a TLS subscription.
request_body: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Clone for CreateGlobalsignEmailChallengeParams
impl Clone for CreateGlobalsignEmailChallengeParams
Source§fn clone(&self) -> CreateGlobalsignEmailChallengeParams
fn clone(&self) -> CreateGlobalsignEmailChallengeParams
Returns a duplicate 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 CreateGlobalsignEmailChallengeParams
impl Default for CreateGlobalsignEmailChallengeParams
Source§fn default() -> CreateGlobalsignEmailChallengeParams
fn default() -> CreateGlobalsignEmailChallengeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateGlobalsignEmailChallengeParams
impl RefUnwindSafe for CreateGlobalsignEmailChallengeParams
impl Send for CreateGlobalsignEmailChallengeParams
impl Sync for CreateGlobalsignEmailChallengeParams
impl Unpin for CreateGlobalsignEmailChallengeParams
impl UnwindSafe for CreateGlobalsignEmailChallengeParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more