#[non_exhaustive]pub struct PutConformancePackOutput { /* private fields */ }Implementations§
source§impl PutConformancePackOutput
impl PutConformancePackOutput
sourcepub fn conformance_pack_arn(&self) -> Option<&str>
pub fn conformance_pack_arn(&self) -> Option<&str>
ARN of the conformance pack.
source§impl PutConformancePackOutput
impl PutConformancePackOutput
sourcepub fn builder() -> PutConformancePackOutputBuilder
pub fn builder() -> PutConformancePackOutputBuilder
Creates a new builder-style object to manufacture PutConformancePackOutput.
Trait Implementations§
source§impl Clone for PutConformancePackOutput
impl Clone for PutConformancePackOutput
source§fn clone(&self) -> PutConformancePackOutput
fn clone(&self) -> PutConformancePackOutput
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 PutConformancePackOutput
impl Debug for PutConformancePackOutput
source§impl PartialEq<PutConformancePackOutput> for PutConformancePackOutput
impl PartialEq<PutConformancePackOutput> for PutConformancePackOutput
source§fn eq(&self, other: &PutConformancePackOutput) -> bool
fn eq(&self, other: &PutConformancePackOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutConformancePackOutput
impl RequestId for PutConformancePackOutput
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 PutConformancePackOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutConformancePackOutput
impl Send for PutConformancePackOutput
impl Sync for PutConformancePackOutput
impl Unpin for PutConformancePackOutput
impl UnwindSafe for PutConformancePackOutput
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