#[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() -> GetFolderPathOutputBuilder
pub fn builder() -> GetFolderPathOutputBuilder
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 ==
.source§impl RequestId for GetFolderPathOutput
impl RequestId for GetFolderPathOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.