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