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