#[non_exhaustive]pub struct DescribeFolderContentsOutput { /* private fields */ }
Implementations
sourceimpl DescribeFolderContentsOutput
impl DescribeFolderContentsOutput
sourcepub fn folders(&self) -> Option<&[FolderMetadata]>
pub fn folders(&self) -> Option<&[FolderMetadata]>
The subfolders in the specified folder.
sourcepub fn documents(&self) -> Option<&[DocumentMetadata]>
pub fn documents(&self) -> Option<&[DocumentMetadata]>
The documents in the specified folder.
sourceimpl DescribeFolderContentsOutput
impl DescribeFolderContentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFolderContentsOutput
.
Trait Implementations
sourceimpl Clone for DescribeFolderContentsOutput
impl Clone for DescribeFolderContentsOutput
sourcefn clone(&self) -> DescribeFolderContentsOutput
fn clone(&self) -> DescribeFolderContentsOutput
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 DescribeFolderContentsOutput
impl Debug for DescribeFolderContentsOutput
sourceimpl PartialEq<DescribeFolderContentsOutput> for DescribeFolderContentsOutput
impl PartialEq<DescribeFolderContentsOutput> for DescribeFolderContentsOutput
sourcefn eq(&self, other: &DescribeFolderContentsOutput) -> bool
fn eq(&self, other: &DescribeFolderContentsOutput) -> bool
impl StructuralPartialEq for DescribeFolderContentsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFolderContentsOutput
impl Send for DescribeFolderContentsOutput
impl Sync for DescribeFolderContentsOutput
impl Unpin for DescribeFolderContentsOutput
impl UnwindSafe for DescribeFolderContentsOutput
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