pub struct DescribeCACertificateResponse {
pub certificate_description: Option<CACertificateDescription>,
pub registration_config: Option<RegistrationConfig>,
}Expand description
The output from the DescribeCACertificate operation.
Fields§
§certificate_description: Option<CACertificateDescription>The CA certificate description.
registration_config: Option<RegistrationConfig>Information about the registration configuration.
Trait Implementations§
Source§impl Clone for DescribeCACertificateResponse
impl Clone for DescribeCACertificateResponse
Source§fn clone(&self) -> DescribeCACertificateResponse
fn clone(&self) -> DescribeCACertificateResponse
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 DescribeCACertificateResponse
impl Default for DescribeCACertificateResponse
Source§fn default() -> DescribeCACertificateResponse
fn default() -> DescribeCACertificateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeCACertificateResponse
impl<'de> Deserialize<'de> for DescribeCACertificateResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeCACertificateResponse
impl PartialEq for DescribeCACertificateResponse
Source§fn eq(&self, other: &DescribeCACertificateResponse) -> bool
fn eq(&self, other: &DescribeCACertificateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeCACertificateResponse
Auto Trait Implementations§
impl Freeze for DescribeCACertificateResponse
impl RefUnwindSafe for DescribeCACertificateResponse
impl Send for DescribeCACertificateResponse
impl Sync for DescribeCACertificateResponse
impl Unpin for DescribeCACertificateResponse
impl UnwindSafe for DescribeCACertificateResponse
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