Struct darklua_core::rules::InjectGlobalValue [−][src]
pub struct InjectGlobalValue { /* fields omitted */ }
Expand description
A rule to replace global variables with values.
Implementations
Trait Implementations
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
For implementing the serialize trait on the Rule trait, this method should return all properties that differs from their default value. Read more
Returns true
if the rule has at least one property.