pub struct DeleteGlobalsignEmailChallengeParams {
pub tls_subscription_id: String,
pub tls_authorization_id: String,
pub globalsign_email_challenge_id: String,
}
Expand description
struct for passing parameters to the method delete_globalsign_email_challenge
Fields§
§tls_subscription_id: String
Alphanumeric string identifying a TLS subscription.
Alphanumeric string identifying a TLS subscription.
globalsign_email_challenge_id: String
Alphanumeric string identifying a GlobalSign email challenge.
Trait Implementations§
Source§impl Clone for DeleteGlobalsignEmailChallengeParams
impl Clone for DeleteGlobalsignEmailChallengeParams
Source§fn clone(&self) -> DeleteGlobalsignEmailChallengeParams
fn clone(&self) -> DeleteGlobalsignEmailChallengeParams
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 DeleteGlobalsignEmailChallengeParams
impl Default for DeleteGlobalsignEmailChallengeParams
Source§fn default() -> DeleteGlobalsignEmailChallengeParams
fn default() -> DeleteGlobalsignEmailChallengeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteGlobalsignEmailChallengeParams
impl RefUnwindSafe for DeleteGlobalsignEmailChallengeParams
impl Send for DeleteGlobalsignEmailChallengeParams
impl Sync for DeleteGlobalsignEmailChallengeParams
impl Unpin for DeleteGlobalsignEmailChallengeParams
impl UnwindSafe for DeleteGlobalsignEmailChallengeParams
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