pub struct IAMErrEntity {
pub name: String,
pub error: String,
}Expand description
IAMErrEntity - represents an errored IAM entity with error details
Fields§
§name: String§error: StringTrait Implementations§
Source§impl Clone for IAMErrEntity
impl Clone for IAMErrEntity
Source§fn clone(&self) -> IAMErrEntity
fn clone(&self) -> IAMErrEntity
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 IAMErrEntity
impl Debug for IAMErrEntity
Source§impl<'de> Deserialize<'de> for IAMErrEntity
impl<'de> Deserialize<'de> for IAMErrEntity
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
Auto Trait Implementations§
impl Freeze for IAMErrEntity
impl RefUnwindSafe for IAMErrEntity
impl Send for IAMErrEntity
impl Sync for IAMErrEntity
impl Unpin for IAMErrEntity
impl UnsafeUnpin for IAMErrEntity
impl UnwindSafe for IAMErrEntity
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