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