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