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