#[non_exhaustive]pub struct DescribeUserHierarchyStructureOutput { /* private fields */ }
Implementations
sourceimpl DescribeUserHierarchyStructureOutput
impl DescribeUserHierarchyStructureOutput
sourcepub fn hierarchy_structure(&self) -> Option<&HierarchyStructure>
pub fn hierarchy_structure(&self) -> Option<&HierarchyStructure>
Information about the hierarchy structure.
sourceimpl DescribeUserHierarchyStructureOutput
impl DescribeUserHierarchyStructureOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserHierarchyStructureOutput
.
Trait Implementations
sourceimpl Clone for DescribeUserHierarchyStructureOutput
impl Clone for DescribeUserHierarchyStructureOutput
sourcefn clone(&self) -> DescribeUserHierarchyStructureOutput
fn clone(&self) -> DescribeUserHierarchyStructureOutput
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 PartialEq<DescribeUserHierarchyStructureOutput> for DescribeUserHierarchyStructureOutput
impl PartialEq<DescribeUserHierarchyStructureOutput> for DescribeUserHierarchyStructureOutput
sourcefn eq(&self, other: &DescribeUserHierarchyStructureOutput) -> bool
fn eq(&self, other: &DescribeUserHierarchyStructureOutput) -> bool
impl StructuralPartialEq for DescribeUserHierarchyStructureOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeUserHierarchyStructureOutput
impl Send for DescribeUserHierarchyStructureOutput
impl Sync for DescribeUserHierarchyStructureOutput
impl Unpin for DescribeUserHierarchyStructureOutput
impl UnwindSafe for DescribeUserHierarchyStructureOutput
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