Struct darklua_core::rules::RemoveUnusedWhile [−][src]
pub struct RemoveUnusedWhile {}A rule that removes while statements with a known false condition.
Trait Implementations
impl Default for RemoveUnusedWhile[src]
impl Default for RemoveUnusedWhile[src]fn default() -> RemoveUnusedWhile[src]
impl Eq for RemoveUnusedWhile[src]
impl Eq for RemoveUnusedWhile[src]impl FlawlessRule for RemoveUnusedWhile[src]
impl FlawlessRule for RemoveUnusedWhile[src]fn flawless_process(&self, block: &mut Block, _: &mut Context)[src]
impl PartialEq<RemoveUnusedWhile> for RemoveUnusedWhile[src]
impl PartialEq<RemoveUnusedWhile> for RemoveUnusedWhile[src]impl RuleConfiguration for RemoveUnusedWhile[src]
impl RuleConfiguration for RemoveUnusedWhile[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 RemoveUnusedWhile[src]
impl StructuralEq for RemoveUnusedWhile[src]Auto Trait Implementations
impl RefUnwindSafe for RemoveUnusedWhile
impl RefUnwindSafe for RemoveUnusedWhileimpl Send for RemoveUnusedWhile
impl Send for RemoveUnusedWhileimpl Sync for RemoveUnusedWhile
impl Sync for RemoveUnusedWhileimpl Unpin for RemoveUnusedWhile
impl Unpin for RemoveUnusedWhileimpl UnwindSafe for RemoveUnusedWhile
impl UnwindSafe for RemoveUnusedWhileBlanket Implementations
impl<T> Rule for T where
T: FlawlessRule + RuleConfiguration, [src]
impl<T> Rule for T where
T: FlawlessRule + RuleConfiguration, [src]