Struct aws_sdk_workdocs::output::GetFolderPathOutput
source · #[non_exhaustive]pub struct GetFolderPathOutput { /* private fields */ }
Implementations§
source§impl GetFolderPathOutput
impl GetFolderPathOutput
sourcepub fn path(&self) -> Option<&ResourcePath>
pub fn path(&self) -> Option<&ResourcePath>
The path information.
source§impl GetFolderPathOutput
impl GetFolderPathOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFolderPathOutput
.
Trait Implementations§
source§impl Clone for GetFolderPathOutput
impl Clone for GetFolderPathOutput
source§fn clone(&self) -> GetFolderPathOutput
fn clone(&self) -> GetFolderPathOutput
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 GetFolderPathOutput
impl Debug for GetFolderPathOutput
source§impl PartialEq<GetFolderPathOutput> for GetFolderPathOutput
impl PartialEq<GetFolderPathOutput> for GetFolderPathOutput
source§fn eq(&self, other: &GetFolderPathOutput) -> bool
fn eq(&self, other: &GetFolderPathOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.