#[non_exhaustive]pub struct PutContainerRecipePolicyInput { /* private fields */ }
Implementations
sourceimpl PutContainerRecipePolicyInput
impl PutContainerRecipePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutContainerRecipePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutContainerRecipePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutContainerRecipePolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutContainerRecipePolicyInput
.
Trait Implementations
sourceimpl Clone for PutContainerRecipePolicyInput
impl Clone for PutContainerRecipePolicyInput
sourcefn clone(&self) -> PutContainerRecipePolicyInput
fn clone(&self) -> PutContainerRecipePolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutContainerRecipePolicyInput
impl Debug for PutContainerRecipePolicyInput
sourceimpl PartialEq<PutContainerRecipePolicyInput> for PutContainerRecipePolicyInput
impl PartialEq<PutContainerRecipePolicyInput> for PutContainerRecipePolicyInput
sourcefn eq(&self, other: &PutContainerRecipePolicyInput) -> bool
fn eq(&self, other: &PutContainerRecipePolicyInput) -> bool
impl StructuralPartialEq for PutContainerRecipePolicyInput
Auto Trait Implementations
impl RefUnwindSafe for PutContainerRecipePolicyInput
impl Send for PutContainerRecipePolicyInput
impl Sync for PutContainerRecipePolicyInput
impl Unpin for PutContainerRecipePolicyInput
impl UnwindSafe for PutContainerRecipePolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more