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