#[non_exhaustive]pub struct UpdateUserHierarchyGroupNameOutput {}
Implementations
sourceimpl UpdateUserHierarchyGroupNameOutput
impl UpdateUserHierarchyGroupNameOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserHierarchyGroupNameOutput
.
Trait Implementations
sourceimpl Clone for UpdateUserHierarchyGroupNameOutput
impl Clone for UpdateUserHierarchyGroupNameOutput
sourcefn clone(&self) -> UpdateUserHierarchyGroupNameOutput
fn clone(&self) -> UpdateUserHierarchyGroupNameOutput
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<UpdateUserHierarchyGroupNameOutput> for UpdateUserHierarchyGroupNameOutput
impl PartialEq<UpdateUserHierarchyGroupNameOutput> for UpdateUserHierarchyGroupNameOutput
sourcefn eq(&self, other: &UpdateUserHierarchyGroupNameOutput) -> bool
fn eq(&self, other: &UpdateUserHierarchyGroupNameOutput) -> bool
impl StructuralPartialEq for UpdateUserHierarchyGroupNameOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserHierarchyGroupNameOutput
impl Send for UpdateUserHierarchyGroupNameOutput
impl Sync for UpdateUserHierarchyGroupNameOutput
impl Unpin for UpdateUserHierarchyGroupNameOutput
impl UnwindSafe for UpdateUserHierarchyGroupNameOutput
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