pub enum PolicySourceType {
AwsManaged,
Group,
None,
Resource,
Role,
User,
UserManaged,
}Expand description
IAM PolicySourceType enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PolicySourceType
impl Clone for PolicySourceType
Source§fn clone(&self) -> PolicySourceType
fn clone(&self) -> PolicySourceType
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 PolicySourceType
impl Debug for PolicySourceType
Source§impl Default for PolicySourceType
impl Default for PolicySourceType
Source§fn default() -> PolicySourceType
fn default() -> PolicySourceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicySourceType
impl<'de> Deserialize<'de> for PolicySourceType
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 Display for PolicySourceType
impl Display for PolicySourceType
Source§impl From<&str> for PolicySourceType
impl From<&str> for PolicySourceType
Source§impl Hash for PolicySourceType
impl Hash for PolicySourceType
Source§impl PartialEq for PolicySourceType
impl PartialEq for PolicySourceType
Source§impl Serialize for PolicySourceType
impl Serialize for PolicySourceType
impl Eq for PolicySourceType
impl StructuralPartialEq for PolicySourceType
Auto Trait Implementations§
impl Freeze for PolicySourceType
impl RefUnwindSafe for PolicySourceType
impl Send for PolicySourceType
impl Sync for PolicySourceType
impl Unpin for PolicySourceType
impl UnsafeUnpin for PolicySourceType
impl UnwindSafe for PolicySourceType
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