Struct gapi_grpc::google::cloud::dataqna::v1alpha::interpret_error::InterpretIncompleteQueryDetails[][src]

pub struct InterpretIncompleteQueryDetails {
    pub entities: Vec<i32>,
}

Details about an incomplete query.

Fields

entities: Vec<i32>

List of missing interpret entities.

Implementations

impl InterpretIncompleteQueryDetails[src]

pub fn entities(
    &self
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<InterpretEntity>>
[src]

Returns an iterator which yields the valid enum values contained in entities.

pub fn push_entities(&mut self, value: InterpretEntity)[src]

Appends the provided enum value to entities.

Trait Implementations

impl Clone for InterpretIncompleteQueryDetails[src]

impl Debug for InterpretIncompleteQueryDetails[src]

impl Default for InterpretIncompleteQueryDetails[src]

impl Message for InterpretIncompleteQueryDetails[src]

impl PartialEq<InterpretIncompleteQueryDetails> for InterpretIncompleteQueryDetails[src]

impl StructuralPartialEq for InterpretIncompleteQueryDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for InterpretIncompleteQueryDetails

impl Send for InterpretIncompleteQueryDetails

impl Sync for InterpretIncompleteQueryDetails

impl Unpin for InterpretIncompleteQueryDetails

impl UnwindSafe for InterpretIncompleteQueryDetails

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]