Struct aws_sdk_workdocs::output::GetFolderOutput
source · [−]#[non_exhaustive]pub struct GetFolderOutput { /* private fields */ }
Implementations
sourceimpl GetFolderOutput
impl GetFolderOutput
sourcepub fn metadata(&self) -> Option<&FolderMetadata>
pub fn metadata(&self) -> Option<&FolderMetadata>
The metadata of the folder.
sourceimpl GetFolderOutput
impl GetFolderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFolderOutput
.
Trait Implementations
sourceimpl Clone for GetFolderOutput
impl Clone for GetFolderOutput
sourcefn clone(&self) -> GetFolderOutput
fn clone(&self) -> GetFolderOutput
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 GetFolderOutput
impl Debug for GetFolderOutput
sourceimpl PartialEq<GetFolderOutput> for GetFolderOutput
impl PartialEq<GetFolderOutput> for GetFolderOutput
sourcefn eq(&self, other: &GetFolderOutput) -> bool
fn eq(&self, other: &GetFolderOutput) -> bool
impl StructuralPartialEq for GetFolderOutput
Auto Trait Implementations
impl RefUnwindSafe for GetFolderOutput
impl Send for GetFolderOutput
impl Sync for GetFolderOutput
impl Unpin for GetFolderOutput
impl UnwindSafe for GetFolderOutput
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