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