Enum liquid_core::Expression [−][src]
Expand description
An un-evaluated Value
.
Variants
Variable(Variable)
Tuple Fields
0: Variable
Un-evaluated.
Literal(Value)
Tuple Fields
0: Value
Evaluated.
Implementations
Create an expression from a scalar literal.
Convert into a literal if possible.
Convert into a variable, if possible.
Convert to a Value
.
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Expression
impl Send for Expression
impl Sync for Expression
impl Unpin for Expression
impl UnwindSafe for Expression
Blanket Implementations
Mutably borrows from an owned value. Read more