Struct gapi_grpc::google::api::expr::v1beta1::ParsedExpr[][src]

pub struct ParsedExpr {
    pub expr: Option<Expr>,
    pub source_info: Option<SourceInfo>,
    pub syntax_version: String,
}

An expression together with source information as returned by the parser.

Fields

expr: Option<Expr>

The parsed expression.

source_info: Option<SourceInfo>

The source info derived from input that generated the parsed expr.

syntax_version: String

The syntax version of the source, e.g. cel1.

Trait Implementations

impl Clone for ParsedExpr[src]

impl Debug for ParsedExpr[src]

impl Default for ParsedExpr[src]

impl Message for ParsedExpr[src]

impl PartialEq<ParsedExpr> for ParsedExpr[src]

impl StructuralPartialEq for ParsedExpr[src]

Auto Trait Implementations

impl RefUnwindSafe for ParsedExpr

impl Send for ParsedExpr

impl Sync for ParsedExpr

impl Unpin for ParsedExpr

impl UnwindSafe for ParsedExpr

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]