pub struct StartOnDemandAuditTaskResponse {
pub task_id: Option<String>,
}Fields§
§task_id: Option<String>The ID of the on-demand audit you started.
Trait Implementations§
Source§impl Clone for StartOnDemandAuditTaskResponse
impl Clone for StartOnDemandAuditTaskResponse
Source§fn clone(&self) -> StartOnDemandAuditTaskResponse
fn clone(&self) -> StartOnDemandAuditTaskResponse
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 StartOnDemandAuditTaskResponse
impl Default for StartOnDemandAuditTaskResponse
Source§fn default() -> StartOnDemandAuditTaskResponse
fn default() -> StartOnDemandAuditTaskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartOnDemandAuditTaskResponse
impl<'de> Deserialize<'de> for StartOnDemandAuditTaskResponse
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 StartOnDemandAuditTaskResponse
impl PartialEq for StartOnDemandAuditTaskResponse
Source§fn eq(&self, other: &StartOnDemandAuditTaskResponse) -> bool
fn eq(&self, other: &StartOnDemandAuditTaskResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartOnDemandAuditTaskResponse
Auto Trait Implementations§
impl Freeze for StartOnDemandAuditTaskResponse
impl RefUnwindSafe for StartOnDemandAuditTaskResponse
impl Send for StartOnDemandAuditTaskResponse
impl Sync for StartOnDemandAuditTaskResponse
impl Unpin for StartOnDemandAuditTaskResponse
impl UnwindSafe for StartOnDemandAuditTaskResponse
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