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