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