Struct gapi_grpc::google::api::expr::v1alpha1::ParseRequest[][src]

pub struct ParseRequest {
    pub cel_source: String,
    pub syntax_version: String,
    pub source_location: String,
    pub disable_macros: bool,
}

Request message for the Parse method.

Fields

cel_source: String

Required. Source text in CEL syntax.

syntax_version: String

Tag for version of CEL syntax, for future use.

source_location: String

File or resource for source text, used in [SourceInfo][google.api.expr.v1alpha1.SourceInfo].

disable_macros: bool

Prevent macro expansion. See “Macros” in Language Defiinition.

Trait Implementations

impl Clone for ParseRequest[src]

impl Debug for ParseRequest[src]

impl Default for ParseRequest[src]

impl Message for ParseRequest[src]

impl PartialEq<ParseRequest> for ParseRequest[src]

impl StructuralPartialEq for ParseRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ParseRequest

impl Send for ParseRequest

impl Sync for ParseRequest

impl Unpin for ParseRequest

impl UnwindSafe for ParseRequest

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]