pub struct IamArchiveImportSection {
pub name: String,
pub policies: Vec<String>,
}Expand description
A failed IAM entity. Error text is intentionally discarded at the client boundary because a backend error may include credential material.
Fields§
§name: String§policies: Vec<String>Trait Implementations§
Source§impl Clone for IamArchiveImportSection
impl Clone for IamArchiveImportSection
Source§fn clone(&self) -> IamArchiveImportSection
fn clone(&self) -> IamArchiveImportSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IamArchiveImportSection
impl Debug for IamArchiveImportSection
Source§impl Default for IamArchiveImportSection
impl Default for IamArchiveImportSection
Source§fn default() -> IamArchiveImportSection
fn default() -> IamArchiveImportSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IamArchiveImportSection
impl<'de> Deserialize<'de> for IamArchiveImportSection
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
impl Eq for IamArchiveImportSection
Source§impl PartialEq for IamArchiveImportSection
impl PartialEq for IamArchiveImportSection
Source§impl Serialize for IamArchiveImportSection
impl Serialize for IamArchiveImportSection
impl StructuralPartialEq for IamArchiveImportSection
Auto Trait Implementations§
impl Freeze for IamArchiveImportSection
impl RefUnwindSafe for IamArchiveImportSection
impl Send for IamArchiveImportSection
impl Sync for IamArchiveImportSection
impl Unpin for IamArchiveImportSection
impl UnsafeUnpin for IamArchiveImportSection
impl UnwindSafe for IamArchiveImportSection
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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