pub struct TransferCertificateResponse {
pub transferred_certificate_arn: Option<String>,
}Expand description
The output from the TransferCertificate operation.
Fields§
§transferred_certificate_arn: Option<String>The ARN of the certificate.
Trait Implementations§
Source§impl Clone for TransferCertificateResponse
impl Clone for TransferCertificateResponse
Source§fn clone(&self) -> TransferCertificateResponse
fn clone(&self) -> TransferCertificateResponse
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 TransferCertificateResponse
impl Debug for TransferCertificateResponse
Source§impl Default for TransferCertificateResponse
impl Default for TransferCertificateResponse
Source§fn default() -> TransferCertificateResponse
fn default() -> TransferCertificateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransferCertificateResponse
impl<'de> Deserialize<'de> for TransferCertificateResponse
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 TransferCertificateResponse
Auto Trait Implementations§
impl Freeze for TransferCertificateResponse
impl RefUnwindSafe for TransferCertificateResponse
impl Send for TransferCertificateResponse
impl Sync for TransferCertificateResponse
impl Unpin for TransferCertificateResponse
impl UnwindSafe for TransferCertificateResponse
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