pub struct DownloadCertificateResult {
pub content: Option<String>,
pub content_type: Option<String>,
pub request_id: String,
}Fieldsยง
ยงcontent: Option<String>ยงcontent_type: Option<String>ยงrequest_id: StringTrait Implementationsยง
Sourceยงimpl Debug for DownloadCertificateResult
impl Debug for DownloadCertificateResult
Sourceยงimpl<'de> Deserialize<'de> for DownloadCertificateResult
impl<'de> Deserialize<'de> for DownloadCertificateResult
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
Auto Trait Implementationsยง
impl Freeze for DownloadCertificateResult
impl RefUnwindSafe for DownloadCertificateResult
impl Send for DownloadCertificateResult
impl Sync for DownloadCertificateResult
impl Unpin for DownloadCertificateResult
impl UnwindSafe for DownloadCertificateResult
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