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