#[non_exhaustive]pub struct GetImagePolicyInput { /* private fields */ }
Implementations§
source§impl GetImagePolicyInput
impl GetImagePolicyInput
sourcepub fn builder() -> GetImagePolicyInputBuilder
pub fn builder() -> GetImagePolicyInputBuilder
Creates a new builder-style object to manufacture GetImagePolicyInput
.
source§impl GetImagePolicyInput
impl GetImagePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetImagePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetImagePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetImagePolicy
>
Trait Implementations§
source§impl Clone for GetImagePolicyInput
impl Clone for GetImagePolicyInput
source§fn clone(&self) -> GetImagePolicyInput
fn clone(&self) -> GetImagePolicyInput
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 GetImagePolicyInput
impl Debug for GetImagePolicyInput
source§impl PartialEq<GetImagePolicyInput> for GetImagePolicyInput
impl PartialEq<GetImagePolicyInput> for GetImagePolicyInput
source§fn eq(&self, other: &GetImagePolicyInput) -> bool
fn eq(&self, other: &GetImagePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetImagePolicyInput
Auto Trait Implementations§
impl RefUnwindSafe for GetImagePolicyInput
impl Send for GetImagePolicyInput
impl Sync for GetImagePolicyInput
impl Unpin for GetImagePolicyInput
impl UnwindSafe for GetImagePolicyInput
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