pub struct StopLabelingJobRequest {
pub labeling_job_name: String,
}
Fields§
§labeling_job_name: String
The name of the labeling job to stop.
Trait Implementations§
Source§impl Clone for StopLabelingJobRequest
impl Clone for StopLabelingJobRequest
Source§fn clone(&self) -> StopLabelingJobRequest
fn clone(&self) -> StopLabelingJobRequest
Returns a copy 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 Debug for StopLabelingJobRequest
impl Debug for StopLabelingJobRequest
Source§impl Default for StopLabelingJobRequest
impl Default for StopLabelingJobRequest
Source§fn default() -> StopLabelingJobRequest
fn default() -> StopLabelingJobRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopLabelingJobRequest
impl PartialEq for StopLabelingJobRequest
Source§impl Serialize for StopLabelingJobRequest
impl Serialize for StopLabelingJobRequest
impl StructuralPartialEq for StopLabelingJobRequest
Auto Trait Implementations§
impl Freeze for StopLabelingJobRequest
impl RefUnwindSafe for StopLabelingJobRequest
impl Send for StopLabelingJobRequest
impl Sync for StopLabelingJobRequest
impl Unpin for StopLabelingJobRequest
impl UnwindSafe for StopLabelingJobRequest
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