pub struct DeletionTaskFailureReasonType {
pub reason: Option<String>,
pub role_usage_list: Vec<RoleUsageType>,
}Expand description
IAM DeletionTaskFailureReasonType.
Fields§
§reason: Option<String>§role_usage_list: Vec<RoleUsageType>Trait Implementations§
Source§impl Clone for DeletionTaskFailureReasonType
impl Clone for DeletionTaskFailureReasonType
Source§fn clone(&self) -> DeletionTaskFailureReasonType
fn clone(&self) -> DeletionTaskFailureReasonType
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 DeletionTaskFailureReasonType
impl Default for DeletionTaskFailureReasonType
Source§fn default() -> DeletionTaskFailureReasonType
fn default() -> DeletionTaskFailureReasonType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletionTaskFailureReasonType
impl<'de> Deserialize<'de> for DeletionTaskFailureReasonType
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 DeletionTaskFailureReasonType
impl RefUnwindSafe for DeletionTaskFailureReasonType
impl Send for DeletionTaskFailureReasonType
impl Sync for DeletionTaskFailureReasonType
impl Unpin for DeletionTaskFailureReasonType
impl UnsafeUnpin for DeletionTaskFailureReasonType
impl UnwindSafe for DeletionTaskFailureReasonType
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