#[non_exhaustive]pub struct ImportCertificateOutput { /* private fields */ }
Implementations§
source§impl ImportCertificateOutput
impl ImportCertificateOutput
sourcepub fn certificate(&self) -> Option<&Certificate>
pub fn certificate(&self) -> Option<&Certificate>
The certificate to be uploaded.
source§impl ImportCertificateOutput
impl ImportCertificateOutput
sourcepub fn builder() -> ImportCertificateOutputBuilder
pub fn builder() -> ImportCertificateOutputBuilder
Creates a new builder-style object to manufacture ImportCertificateOutput
.
Trait Implementations§
source§impl Clone for ImportCertificateOutput
impl Clone for ImportCertificateOutput
source§fn clone(&self) -> ImportCertificateOutput
fn clone(&self) -> ImportCertificateOutput
Returns a copy 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 ImportCertificateOutput
impl Debug for ImportCertificateOutput
source§impl PartialEq<ImportCertificateOutput> for ImportCertificateOutput
impl PartialEq<ImportCertificateOutput> for ImportCertificateOutput
source§fn eq(&self, other: &ImportCertificateOutput) -> bool
fn eq(&self, other: &ImportCertificateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ImportCertificateOutput
impl RequestId for ImportCertificateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ImportCertificateOutput
Auto Trait Implementations§
impl RefUnwindSafe for ImportCertificateOutput
impl Send for ImportCertificateOutput
impl Sync for ImportCertificateOutput
impl Unpin for ImportCertificateOutput
impl UnwindSafe for ImportCertificateOutput
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