Struct darklua_core::nodes::RepeatStatement [−][src]
pub struct RepeatStatement { /* fields omitted */ }Implementations
impl RepeatStatement[src]
impl RepeatStatement[src]pub fn new(block: Block, condition: Expression) -> Self[src]
pub fn get_block(&self) -> &Block[src]
pub fn get_condition(&self) -> &Expression[src]
pub fn mutate_block(&mut self) -> &mut Block[src]
pub fn mutate_condition(&mut self) -> &mut Expression[src]
Trait Implementations
impl Clone for RepeatStatement[src]
impl Clone for RepeatStatement[src]fn clone(&self) -> RepeatStatement[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for RepeatStatement[src]
impl Eq for RepeatStatement[src]impl From<(Expression, Block)> for RepeatStatement[src]
impl From<(Expression, Block)> for RepeatStatement[src]impl From<RepeatStatement> for Statement[src]
impl From<RepeatStatement> for Statement[src]fn from(repeat_statement: RepeatStatement) -> Statement[src]
impl PartialEq<RepeatStatement> for RepeatStatement[src]
impl PartialEq<RepeatStatement> for RepeatStatement[src]fn eq(&self, other: &RepeatStatement) -> bool[src]
fn ne(&self, other: &RepeatStatement) -> bool[src]
impl StructuralEq for RepeatStatement[src]
impl StructuralEq for RepeatStatement[src]impl StructuralPartialEq for RepeatStatement[src]
impl StructuralPartialEq for RepeatStatement[src]Auto Trait Implementations
impl RefUnwindSafe for RepeatStatement
impl RefUnwindSafe for RepeatStatementimpl Send for RepeatStatement
impl Send for RepeatStatementimpl Sync for RepeatStatement
impl Sync for RepeatStatementimpl Unpin for RepeatStatement
impl Unpin for RepeatStatementimpl UnwindSafe for RepeatStatement
impl UnwindSafe for RepeatStatement