Struct aws_sdk_connect::model::HierarchyLevel
source · [−]#[non_exhaustive]pub struct HierarchyLevel { /* private fields */ }
Expand description
Contains information about a hierarchy level.
Implementations
sourceimpl HierarchyLevel
impl HierarchyLevel
sourceimpl HierarchyLevel
impl HierarchyLevel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HierarchyLevel
.
Trait Implementations
sourceimpl Clone for HierarchyLevel
impl Clone for HierarchyLevel
sourcefn clone(&self) -> HierarchyLevel
fn clone(&self) -> HierarchyLevel
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 HierarchyLevel
impl Debug for HierarchyLevel
sourceimpl PartialEq<HierarchyLevel> for HierarchyLevel
impl PartialEq<HierarchyLevel> for HierarchyLevel
sourcefn eq(&self, other: &HierarchyLevel) -> bool
fn eq(&self, other: &HierarchyLevel) -> bool
impl StructuralPartialEq for HierarchyLevel
Auto Trait Implementations
impl RefUnwindSafe for HierarchyLevel
impl Send for HierarchyLevel
impl Sync for HierarchyLevel
impl Unpin for HierarchyLevel
impl UnwindSafe for HierarchyLevel
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