Struct aws_sdk_connect::output::UpdateUserHierarchyOutput
source · #[non_exhaustive]pub struct UpdateUserHierarchyOutput {}
Implementations§
source§impl UpdateUserHierarchyOutput
impl UpdateUserHierarchyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserHierarchyOutput
.
Trait Implementations§
source§impl Clone for UpdateUserHierarchyOutput
impl Clone for UpdateUserHierarchyOutput
source§fn clone(&self) -> UpdateUserHierarchyOutput
fn clone(&self) -> UpdateUserHierarchyOutput
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 UpdateUserHierarchyOutput
impl Debug for UpdateUserHierarchyOutput
source§impl PartialEq<UpdateUserHierarchyOutput> for UpdateUserHierarchyOutput
impl PartialEq<UpdateUserHierarchyOutput> for UpdateUserHierarchyOutput
source§fn eq(&self, other: &UpdateUserHierarchyOutput) -> bool
fn eq(&self, other: &UpdateUserHierarchyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.