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