Struct aws_sdk_workdocs::output::GetFolderOutput
source · #[non_exhaustive]pub struct GetFolderOutput { /* private fields */ }Implementations§
source§impl GetFolderOutput
impl GetFolderOutput
sourcepub fn metadata(&self) -> Option<&FolderMetadata>
pub fn metadata(&self) -> Option<&FolderMetadata>
The metadata of the folder.
source§impl GetFolderOutput
impl GetFolderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFolderOutput.
Trait Implementations§
source§impl Clone for GetFolderOutput
impl Clone for GetFolderOutput
source§fn clone(&self) -> GetFolderOutput
fn clone(&self) -> GetFolderOutput
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 more