Struct aws_sdk_workdocs::input::DeleteFolderInput
source · [−]#[non_exhaustive]pub struct DeleteFolderInput { /* private fields */ }Implementations
sourceimpl 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
sourceimpl Clone for DeleteFolderInput
impl Clone for DeleteFolderInput
sourcefn clone(&self) -> DeleteFolderInput
fn clone(&self) -> DeleteFolderInput
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 DeleteFolderInput
impl Debug for DeleteFolderInput
sourceimpl PartialEq<DeleteFolderInput> for DeleteFolderInput
impl PartialEq<DeleteFolderInput> for DeleteFolderInput
sourcefn eq(&self, other: &DeleteFolderInput) -> bool
fn eq(&self, other: &DeleteFolderInput) -> bool
impl StructuralPartialEq for DeleteFolderInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteFolderInput
impl Send for DeleteFolderInput
impl Sync for DeleteFolderInput
impl Unpin for DeleteFolderInput
impl UnwindSafe for DeleteFolderInput
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