Enum gapi_grpc::google::cloud::talent::v4beta1::Outcome[][src]

#[repr(i32)]pub enum Outcome {
    Unspecified,
    Positive,
    Neutral,
    Negative,
    NotAvailable,
}

The overall outcome /decision / result indicator.

Variants

Unspecified

Default value.

Positive

A positive outcome / passing indicator (for example, candidate was recommended for hiring or to be moved forward in the hiring process, candidate passed a test).

Neutral

A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).

Negative

A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test).

NotAvailable

The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).

Implementations

impl Outcome[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of Outcome.

pub fn from_i32(value: i32) -> Option<Outcome>[src]

Converts an i32 to a Outcome, or None if value is not a valid variant.

Trait Implementations

impl Clone for Outcome[src]

impl Copy for Outcome[src]

impl Debug for Outcome[src]

impl Default for Outcome[src]

impl Eq for Outcome[src]

impl From<Outcome> for i32[src]

impl Hash for Outcome[src]

impl Ord for Outcome[src]

impl PartialEq<Outcome> for Outcome[src]

impl PartialOrd<Outcome> for Outcome[src]

impl StructuralEq for Outcome[src]

impl StructuralPartialEq for Outcome[src]

Auto Trait Implementations

impl RefUnwindSafe for Outcome

impl Send for Outcome

impl Sync for Outcome

impl Unpin for Outcome

impl UnwindSafe for Outcome

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]