#[non_exhaustive]pub struct UpdateMemberOutput { /* private fields */ }
Implementations§
source§impl UpdateMemberOutput
impl UpdateMemberOutput
sourcepub fn builder() -> UpdateMemberOutputBuilder
pub fn builder() -> UpdateMemberOutputBuilder
Creates a new builder-style object to manufacture UpdateMemberOutput
.
Trait Implementations§
source§impl Clone for UpdateMemberOutput
impl Clone for UpdateMemberOutput
source§fn clone(&self) -> UpdateMemberOutput
fn clone(&self) -> UpdateMemberOutput
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 UpdateMemberOutput
impl Debug for UpdateMemberOutput
source§impl PartialEq for UpdateMemberOutput
impl PartialEq for UpdateMemberOutput
source§fn eq(&self, other: &UpdateMemberOutput) -> bool
fn eq(&self, other: &UpdateMemberOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateMemberOutput
impl RequestId for UpdateMemberOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateMemberOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMemberOutput
impl Send for UpdateMemberOutput
impl Sync for UpdateMemberOutput
impl Unpin for UpdateMemberOutput
impl UnwindSafe for UpdateMemberOutput
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