pub struct UpdateRoleResponse {}Expand description
IAM UpdateRoleResponse.
Trait Implementations§
Source§impl Clone for UpdateRoleResponse
impl Clone for UpdateRoleResponse
Source§fn clone(&self) -> UpdateRoleResponse
fn clone(&self) -> UpdateRoleResponse
Returns a duplicate 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 UpdateRoleResponse
impl Debug for UpdateRoleResponse
Source§impl Default for UpdateRoleResponse
impl Default for UpdateRoleResponse
Source§fn default() -> UpdateRoleResponse
fn default() -> UpdateRoleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRoleResponse
impl<'de> Deserialize<'de> for UpdateRoleResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpdateRoleResponse
impl RefUnwindSafe for UpdateRoleResponse
impl Send for UpdateRoleResponse
impl Sync for UpdateRoleResponse
impl Unpin for UpdateRoleResponse
impl UnsafeUnpin for UpdateRoleResponse
impl UnwindSafe for UpdateRoleResponse
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