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