Struct aws_sdk_imagebuilder::output::PutImagePolicyOutput
source · #[non_exhaustive]pub struct PutImagePolicyOutput { /* private fields */ }
Implementations§
source§impl PutImagePolicyOutput
impl PutImagePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.