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