Module expr

Source
Expand description

Nested message and enum types in Expr.

Modules§

create_struct
Nested message and enum types in CreateStruct.

Structs§

Call
A call expression, including calls to predefined functions and operators.
Comprehension
A comprehension expression applied to a list or map.
CreateList
A list creation expression.
CreateStruct
A map or message creation expression.
Ident
An identifier expression. e.g. request.
Select
A field selection expression. e.g. request.auth.

Enums§

ExprKind
Required. Variants of expressions.