pub struct DescribeCertificateResponse {
pub certificate: Option<CertificateDetail>,
}
Fields§
§certificate: Option<CertificateDetail>
Metadata about an ACM certificate.
Trait Implementations§
Source§impl Clone for DescribeCertificateResponse
impl Clone for DescribeCertificateResponse
Source§fn clone(&self) -> DescribeCertificateResponse
fn clone(&self) -> DescribeCertificateResponse
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 Debug for DescribeCertificateResponse
impl Debug for DescribeCertificateResponse
Source§impl Default for DescribeCertificateResponse
impl Default for DescribeCertificateResponse
Source§fn default() -> DescribeCertificateResponse
fn default() -> DescribeCertificateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeCertificateResponse
impl<'de> Deserialize<'de> for DescribeCertificateResponse
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
impl StructuralPartialEq for DescribeCertificateResponse
Auto Trait Implementations§
impl Freeze for DescribeCertificateResponse
impl RefUnwindSafe for DescribeCertificateResponse
impl Send for DescribeCertificateResponse
impl Sync for DescribeCertificateResponse
impl Unpin for DescribeCertificateResponse
impl UnwindSafe for DescribeCertificateResponse
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