#[non_exhaustive]pub struct DeleteFolderContentsOutput {}
Implementations§
source§impl DeleteFolderContentsOutput
impl DeleteFolderContentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFolderContentsOutput
.
Trait Implementations§
source§impl Clone for DeleteFolderContentsOutput
impl Clone for DeleteFolderContentsOutput
source§fn clone(&self) -> DeleteFolderContentsOutput
fn clone(&self) -> DeleteFolderContentsOutput
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 DeleteFolderContentsOutput
impl Debug for DeleteFolderContentsOutput
source§impl PartialEq<DeleteFolderContentsOutput> for DeleteFolderContentsOutput
impl PartialEq<DeleteFolderContentsOutput> for DeleteFolderContentsOutput
source§fn eq(&self, other: &DeleteFolderContentsOutput) -> bool
fn eq(&self, other: &DeleteFolderContentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.