Struct aws_sdk_iam::input::UpdateRoleDescriptionInput
source · [−]#[non_exhaustive]pub struct UpdateRoleDescriptionInput { /* private fields */ }Implementations
sourceimpl UpdateRoleDescriptionInput
impl UpdateRoleDescriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRoleDescription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRoleDescription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRoleDescription>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRoleDescriptionInput.
Trait Implementations
sourceimpl Clone for UpdateRoleDescriptionInput
impl Clone for UpdateRoleDescriptionInput
sourcefn clone(&self) -> UpdateRoleDescriptionInput
fn clone(&self) -> UpdateRoleDescriptionInput
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 UpdateRoleDescriptionInput
impl Debug for UpdateRoleDescriptionInput
sourceimpl PartialEq<UpdateRoleDescriptionInput> for UpdateRoleDescriptionInput
impl PartialEq<UpdateRoleDescriptionInput> for UpdateRoleDescriptionInput
sourcefn eq(&self, other: &UpdateRoleDescriptionInput) -> bool
fn eq(&self, other: &UpdateRoleDescriptionInput) -> bool
impl StructuralPartialEq for UpdateRoleDescriptionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRoleDescriptionInput
impl Send for UpdateRoleDescriptionInput
impl Sync for UpdateRoleDescriptionInput
impl Unpin for UpdateRoleDescriptionInput
impl UnwindSafe for UpdateRoleDescriptionInput
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