Struct gapi_grpc::google::actions::sdk::v2::validation_result::ValidationContext[][src]

pub struct ValidationContext {
    pub language_code: String,
}

Context to identify the resource the validation message relates to.

Fields

language_code: String

Language code of the lozalized resource. Empty if the error is for non-localized resource. See the list of supported languages in https://developers.google.com/assistant/console/languages-locales

Trait Implementations

impl Clone for ValidationContext[src]

impl Debug for ValidationContext[src]

impl Default for ValidationContext[src]

impl Message for ValidationContext[src]

impl PartialEq<ValidationContext> for ValidationContext[src]

impl StructuralPartialEq for ValidationContext[src]

Auto Trait Implementations

impl RefUnwindSafe for ValidationContext

impl Send for ValidationContext

impl Sync for ValidationContext

impl Unpin for ValidationContext

impl UnwindSafe for ValidationContext

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]