pub struct UpdateUserProfileResponse {
pub user_profile_arn: Option<String>,
}
Fields§
§user_profile_arn: Option<String>
The user profile Amazon Resource Name (ARN).
Trait Implementations§
Source§impl Clone for UpdateUserProfileResponse
impl Clone for UpdateUserProfileResponse
Source§fn clone(&self) -> UpdateUserProfileResponse
fn clone(&self) -> UpdateUserProfileResponse
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 UpdateUserProfileResponse
impl Debug for UpdateUserProfileResponse
Source§impl Default for UpdateUserProfileResponse
impl Default for UpdateUserProfileResponse
Source§fn default() -> UpdateUserProfileResponse
fn default() -> UpdateUserProfileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateUserProfileResponse
impl<'de> Deserialize<'de> for UpdateUserProfileResponse
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
impl StructuralPartialEq for UpdateUserProfileResponse
Auto Trait Implementations§
impl Freeze for UpdateUserProfileResponse
impl RefUnwindSafe for UpdateUserProfileResponse
impl Send for UpdateUserProfileResponse
impl Sync for UpdateUserProfileResponse
impl Unpin for UpdateUserProfileResponse
impl UnwindSafe for UpdateUserProfileResponse
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