pub struct ListAuditMitigationActionsTasksResponse {
pub next_token: Option<String>,
pub tasks: Option<Vec<AuditMitigationActionsTaskMetadata>>,
}Fields§
§next_token: Option<String>The token for the next set of results.
tasks: Option<Vec<AuditMitigationActionsTaskMetadata>>The collection of audit mitigation tasks that matched the filter criteria.
Trait Implementations§
Source§impl Clone for ListAuditMitigationActionsTasksResponse
impl Clone for ListAuditMitigationActionsTasksResponse
Source§fn clone(&self) -> ListAuditMitigationActionsTasksResponse
fn clone(&self) -> ListAuditMitigationActionsTasksResponse
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 ListAuditMitigationActionsTasksResponse
impl Default for ListAuditMitigationActionsTasksResponse
Source§fn default() -> ListAuditMitigationActionsTasksResponse
fn default() -> ListAuditMitigationActionsTasksResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListAuditMitigationActionsTasksResponse
impl<'de> Deserialize<'de> for ListAuditMitigationActionsTasksResponse
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 PartialEq for ListAuditMitigationActionsTasksResponse
impl PartialEq for ListAuditMitigationActionsTasksResponse
Source§fn eq(&self, other: &ListAuditMitigationActionsTasksResponse) -> bool
fn eq(&self, other: &ListAuditMitigationActionsTasksResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListAuditMitigationActionsTasksResponse
Auto Trait Implementations§
impl Freeze for ListAuditMitigationActionsTasksResponse
impl RefUnwindSafe for ListAuditMitigationActionsTasksResponse
impl Send for ListAuditMitigationActionsTasksResponse
impl Sync for ListAuditMitigationActionsTasksResponse
impl Unpin for ListAuditMitigationActionsTasksResponse
impl UnwindSafe for ListAuditMitigationActionsTasksResponse
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