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