Struct darklua_core::rules::InjectGlobalValue [−][src]
pub struct InjectGlobalValue { /* fields omitted */ }A rule to replace global variables with values.
Implementations
Trait Implementations
impl Default for InjectGlobalValue[src]
impl Default for InjectGlobalValue[src]impl Eq for InjectGlobalValue[src]
impl Eq for InjectGlobalValue[src]impl FlawlessRule for InjectGlobalValue[src]
impl FlawlessRule for InjectGlobalValue[src]fn flawless_process(&self, block: &mut Block, _: &mut Context)[src]
impl PartialEq<InjectGlobalValue> for InjectGlobalValue[src]
impl PartialEq<InjectGlobalValue> for InjectGlobalValue[src]fn eq(&self, other: &InjectGlobalValue) -> bool[src]
fn ne(&self, other: &InjectGlobalValue) -> bool[src]
impl RuleConfiguration for InjectGlobalValue[src]
impl RuleConfiguration for InjectGlobalValue[src]fn configure(
&mut self,
properties: RuleProperties
) -> Result<(), RuleConfigurationError>[src]
&mut self,
properties: RuleProperties
) -> Result<(), RuleConfigurationError>
fn get_name(&self) -> &'static str[src]
fn serialize_to_properties(&self) -> RuleProperties[src]
impl StructuralEq for InjectGlobalValue[src]
impl StructuralEq for InjectGlobalValue[src]Auto Trait Implementations
impl RefUnwindSafe for InjectGlobalValue
impl RefUnwindSafe for InjectGlobalValueimpl Send for InjectGlobalValue
impl Send for InjectGlobalValueimpl Sync for InjectGlobalValue
impl Sync for InjectGlobalValueimpl Unpin for InjectGlobalValue
impl Unpin for InjectGlobalValueimpl UnwindSafe for InjectGlobalValue
impl UnwindSafe for InjectGlobalValueBlanket Implementations
impl<T> Rule for T where
T: FlawlessRule + RuleConfiguration, [src]
impl<T> Rule for T where
T: FlawlessRule + RuleConfiguration, [src]