Struct aws_sdk_connect::types::HierarchyStructure
source · #[non_exhaustive]pub struct HierarchyStructure { /* private fields */ }Expand description
Contains information about a hierarchy structure.
Implementations§
source§impl HierarchyStructure
impl HierarchyStructure
sourcepub fn level_one(&self) -> Option<&HierarchyLevel>
pub fn level_one(&self) -> Option<&HierarchyLevel>
Information about level one.
sourcepub fn level_two(&self) -> Option<&HierarchyLevel>
pub fn level_two(&self) -> Option<&HierarchyLevel>
Information about level two.
sourcepub fn level_three(&self) -> Option<&HierarchyLevel>
pub fn level_three(&self) -> Option<&HierarchyLevel>
Information about level three.
sourcepub fn level_four(&self) -> Option<&HierarchyLevel>
pub fn level_four(&self) -> Option<&HierarchyLevel>
Information about level four.
sourcepub fn level_five(&self) -> Option<&HierarchyLevel>
pub fn level_five(&self) -> Option<&HierarchyLevel>
Information about level five.
source§impl HierarchyStructure
impl HierarchyStructure
sourcepub fn builder() -> HierarchyStructureBuilder
pub fn builder() -> HierarchyStructureBuilder
Creates a new builder-style object to manufacture HierarchyStructure.
Trait Implementations§
source§impl Clone for HierarchyStructure
impl Clone for HierarchyStructure
source§fn clone(&self) -> HierarchyStructure
fn clone(&self) -> HierarchyStructure
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 HierarchyStructure
impl Debug for HierarchyStructure
source§impl PartialEq<HierarchyStructure> for HierarchyStructure
impl PartialEq<HierarchyStructure> for HierarchyStructure
source§fn eq(&self, other: &HierarchyStructure) -> bool
fn eq(&self, other: &HierarchyStructure) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HierarchyStructure
Auto Trait Implementations§
impl RefUnwindSafe for HierarchyStructure
impl Send for HierarchyStructure
impl Sync for HierarchyStructure
impl Unpin for HierarchyStructure
impl UnwindSafe for HierarchyStructure
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more