Struct gapi_grpc::google::cloud::talent::v4::JobResult[][src]

pub struct JobResult {
    pub job: Option<Job>,
    pub status: Option<Status>,
}

Mutation result of a job from a batch operation.

Fields

job: Option<Job>

Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.

status: Option<Status>

The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4.JobResult.job] fails.

Trait Implementations

impl Clone for JobResult[src]

impl Debug for JobResult[src]

impl Default for JobResult[src]

impl Message for JobResult[src]

impl PartialEq<JobResult> for JobResult[src]

impl StructuralPartialEq for JobResult[src]

Auto Trait Implementations

impl RefUnwindSafe for JobResult

impl Send for JobResult

impl Sync for JobResult

impl Unpin for JobResult

impl UnwindSafe for JobResult

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]