Struct aws_sdk_workmail::operation::update_impersonation_role::UpdateImpersonationRoleOutput
source · #[non_exhaustive]pub struct UpdateImpersonationRoleOutput { /* private fields */ }
Implementations§
source§impl UpdateImpersonationRoleOutput
impl UpdateImpersonationRoleOutput
sourcepub fn builder() -> UpdateImpersonationRoleOutputBuilder
pub fn builder() -> UpdateImpersonationRoleOutputBuilder
Creates a new builder-style object to manufacture UpdateImpersonationRoleOutput
.
Trait Implementations§
source§impl Clone for UpdateImpersonationRoleOutput
impl Clone for UpdateImpersonationRoleOutput
source§fn clone(&self) -> UpdateImpersonationRoleOutput
fn clone(&self) -> UpdateImpersonationRoleOutput
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 PartialEq<UpdateImpersonationRoleOutput> for UpdateImpersonationRoleOutput
impl PartialEq<UpdateImpersonationRoleOutput> for UpdateImpersonationRoleOutput
source§fn eq(&self, other: &UpdateImpersonationRoleOutput) -> bool
fn eq(&self, other: &UpdateImpersonationRoleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateImpersonationRoleOutput
impl RequestId for UpdateImpersonationRoleOutput
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 UpdateImpersonationRoleOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateImpersonationRoleOutput
impl Send for UpdateImpersonationRoleOutput
impl Sync for UpdateImpersonationRoleOutput
impl Unpin for UpdateImpersonationRoleOutput
impl UnwindSafe for UpdateImpersonationRoleOutput
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