pub enum PermissionsBoundaryAttachmentType {
Policy,
}Expand description
IAM PermissionsBoundaryAttachmentType enum.
Variants§
Policy
Default variant.
Implementations§
Trait Implementations§
Source§impl Clone for PermissionsBoundaryAttachmentType
impl Clone for PermissionsBoundaryAttachmentType
Source§fn clone(&self) -> PermissionsBoundaryAttachmentType
fn clone(&self) -> PermissionsBoundaryAttachmentType
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 Default for PermissionsBoundaryAttachmentType
impl Default for PermissionsBoundaryAttachmentType
Source§fn default() -> PermissionsBoundaryAttachmentType
fn default() -> PermissionsBoundaryAttachmentType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PermissionsBoundaryAttachmentType
impl<'de> Deserialize<'de> for PermissionsBoundaryAttachmentType
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 From<&str> for PermissionsBoundaryAttachmentType
impl From<&str> for PermissionsBoundaryAttachmentType
Source§impl PartialEq for PermissionsBoundaryAttachmentType
impl PartialEq for PermissionsBoundaryAttachmentType
Source§fn eq(&self, other: &PermissionsBoundaryAttachmentType) -> bool
fn eq(&self, other: &PermissionsBoundaryAttachmentType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PermissionsBoundaryAttachmentType
impl StructuralPartialEq for PermissionsBoundaryAttachmentType
Auto Trait Implementations§
impl Freeze for PermissionsBoundaryAttachmentType
impl RefUnwindSafe for PermissionsBoundaryAttachmentType
impl Send for PermissionsBoundaryAttachmentType
impl Sync for PermissionsBoundaryAttachmentType
impl Unpin for PermissionsBoundaryAttachmentType
impl UnsafeUnpin for PermissionsBoundaryAttachmentType
impl UnwindSafe for PermissionsBoundaryAttachmentType
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