pub struct CreateKeysAndCertificateRequest {
pub set_as_active: Option<bool>,
}Expand description
The input for the CreateKeysAndCertificate operation.
Fields§
§set_as_active: Option<bool>Specifies whether the certificate is active.
Trait Implementations§
Source§impl Clone for CreateKeysAndCertificateRequest
impl Clone for CreateKeysAndCertificateRequest
Source§fn clone(&self) -> CreateKeysAndCertificateRequest
fn clone(&self) -> CreateKeysAndCertificateRequest
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 CreateKeysAndCertificateRequest
impl Default for CreateKeysAndCertificateRequest
Source§fn default() -> CreateKeysAndCertificateRequest
fn default() -> CreateKeysAndCertificateRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateKeysAndCertificateRequest
impl PartialEq for CreateKeysAndCertificateRequest
Source§fn eq(&self, other: &CreateKeysAndCertificateRequest) -> bool
fn eq(&self, other: &CreateKeysAndCertificateRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateKeysAndCertificateRequest
Auto Trait Implementations§
impl Freeze for CreateKeysAndCertificateRequest
impl RefUnwindSafe for CreateKeysAndCertificateRequest
impl Send for CreateKeysAndCertificateRequest
impl Sync for CreateKeysAndCertificateRequest
impl Unpin for CreateKeysAndCertificateRequest
impl UnwindSafe for CreateKeysAndCertificateRequest
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