pub struct UserPolicyAttachment {
pub user_name: String,
pub policy_name: String,
pub policy_arn: String,
pub namespace: String,
}
Fields§
§user_name: String
§policy_name: String
§policy_arn: String
§namespace: String
Trait Implementations§
Source§impl Clone for UserPolicyAttachment
impl Clone for UserPolicyAttachment
Source§fn clone(&self) -> UserPolicyAttachment
fn clone(&self) -> UserPolicyAttachment
Returns a copy 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 UserPolicyAttachment
impl Debug for UserPolicyAttachment
Source§impl Default for UserPolicyAttachment
impl Default for UserPolicyAttachment
Source§fn default() -> UserPolicyAttachment
fn default() -> UserPolicyAttachment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserPolicyAttachment
impl<'de> Deserialize<'de> for UserPolicyAttachment
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 UserPolicyAttachment
impl RefUnwindSafe for UserPolicyAttachment
impl Send for UserPolicyAttachment
impl Sync for UserPolicyAttachment
impl Unpin for UserPolicyAttachment
impl UnwindSafe for UserPolicyAttachment
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