pub struct AwsIamUserPolicy {
pub policy_name: Option<String>,
}Expand description
Information about an inline policy that is embedded in the user.
Fields§
§policy_name: Option<String>The name of the policy.
Trait Implementations§
Source§impl Clone for AwsIamUserPolicy
impl Clone for AwsIamUserPolicy
Source§fn clone(&self) -> AwsIamUserPolicy
fn clone(&self) -> AwsIamUserPolicy
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 AwsIamUserPolicy
impl Debug for AwsIamUserPolicy
Source§impl Default for AwsIamUserPolicy
impl Default for AwsIamUserPolicy
Source§fn default() -> AwsIamUserPolicy
fn default() -> AwsIamUserPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsIamUserPolicy
impl<'de> Deserialize<'de> for AwsIamUserPolicy
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 AwsIamUserPolicy
impl PartialEq for AwsIamUserPolicy
Source§impl Serialize for AwsIamUserPolicy
impl Serialize for AwsIamUserPolicy
impl StructuralPartialEq for AwsIamUserPolicy
Auto Trait Implementations§
impl Freeze for AwsIamUserPolicy
impl RefUnwindSafe for AwsIamUserPolicy
impl Send for AwsIamUserPolicy
impl Sync for AwsIamUserPolicy
impl Unpin for AwsIamUserPolicy
impl UnwindSafe for AwsIamUserPolicy
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