Struct aws_sdk_ecr::input::DeleteRegistryPolicyInput
source · [−]#[non_exhaustive]pub struct DeleteRegistryPolicyInput {}
Implementations
sourceimpl DeleteRegistryPolicyInput
impl DeleteRegistryPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistryPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRegistryPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRegistryPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRegistryPolicyInput
.
Trait Implementations
sourceimpl Clone for DeleteRegistryPolicyInput
impl Clone for DeleteRegistryPolicyInput
sourcefn clone(&self) -> DeleteRegistryPolicyInput
fn clone(&self) -> DeleteRegistryPolicyInput
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 DeleteRegistryPolicyInput
impl Debug for DeleteRegistryPolicyInput
sourceimpl PartialEq<DeleteRegistryPolicyInput> for DeleteRegistryPolicyInput
impl PartialEq<DeleteRegistryPolicyInput> for DeleteRegistryPolicyInput
sourcefn eq(&self, other: &DeleteRegistryPolicyInput) -> bool
fn eq(&self, other: &DeleteRegistryPolicyInput) -> bool
impl StructuralPartialEq for DeleteRegistryPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRegistryPolicyInput
impl Send for DeleteRegistryPolicyInput
impl Sync for DeleteRegistryPolicyInput
impl Unpin for DeleteRegistryPolicyInput
impl UnwindSafe for DeleteRegistryPolicyInput
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