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