Struct darklua_core::rules::ComputeExpression[][src]

pub struct ComputeExpression {}
Expand description

A rule that compute expressions that do not have any side-effects.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The rule deserializer will construct the default rule and then send the properties through this method to modify the behavior of the rule. Read more

This method should the unique name of the rule.

For implementing the serialize trait on the Rule trait, this method should return all properties that differs from their default value. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

This method should mutate the given block to apply the rule.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.