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