pub struct CreateLabelingJobResponse {
pub labeling_job_arn: String,
}
Fields§
§labeling_job_arn: String
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
Trait Implementations§
Source§impl Clone for CreateLabelingJobResponse
impl Clone for CreateLabelingJobResponse
Source§fn clone(&self) -> CreateLabelingJobResponse
fn clone(&self) -> CreateLabelingJobResponse
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 Debug for CreateLabelingJobResponse
impl Debug for CreateLabelingJobResponse
Source§impl Default for CreateLabelingJobResponse
impl Default for CreateLabelingJobResponse
Source§fn default() -> CreateLabelingJobResponse
fn default() -> CreateLabelingJobResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLabelingJobResponse
impl<'de> Deserialize<'de> for CreateLabelingJobResponse
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
impl StructuralPartialEq for CreateLabelingJobResponse
Auto Trait Implementations§
impl Freeze for CreateLabelingJobResponse
impl RefUnwindSafe for CreateLabelingJobResponse
impl Send for CreateLabelingJobResponse
impl Sync for CreateLabelingJobResponse
impl Unpin for CreateLabelingJobResponse
impl UnwindSafe for CreateLabelingJobResponse
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