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