Struct gapi_grpc::google::cloud::documentai::v1::document::revision::HumanReview[][src]

pub struct HumanReview {
    pub state: String,
    pub state_message: String,
}

Human Review information of the document.

Fields

state: String

Human review state. e.g. requested, succeeded, rejected.

state_message: String

A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

Trait Implementations

impl Clone for HumanReview[src]

impl Debug for HumanReview[src]

impl Default for HumanReview[src]

impl Message for HumanReview[src]

impl PartialEq<HumanReview> for HumanReview[src]

impl StructuralPartialEq for HumanReview[src]

Auto Trait Implementations

impl RefUnwindSafe for HumanReview

impl Send for HumanReview

impl Sync for HumanReview

impl Unpin for HumanReview

impl UnwindSafe for HumanReview

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]