Enum darklua_core::nodes::LastStatement  [−][src]
pub enum LastStatement {
    Break,
    Return(Vec<Expression>),
}Variants
Return(Vec<Expression>)Trait Implementations
impl Clone for LastStatement[src]
impl Clone for LastStatement[src]fn clone(&self) -> LastStatement[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for LastStatement[src]
impl Eq for LastStatement[src]impl LastStatement<Expression> for LastStatement[src]
impl LastStatement<Expression> for LastStatement[src]fn break_statement() -> Self[src]
fn return_statement(expressions: Vec<Expression>) -> Self[src]
impl PartialEq<LastStatement> for LastStatement[src]
impl PartialEq<LastStatement> for LastStatement[src]fn eq(&self, other: &LastStatement) -> bool[src]
fn ne(&self, other: &LastStatement) -> bool[src]
impl StructuralEq for LastStatement[src]
impl StructuralEq for LastStatement[src]impl StructuralPartialEq for LastStatement[src]
impl StructuralPartialEq for LastStatement[src]Auto Trait Implementations
impl RefUnwindSafe for LastStatement
impl RefUnwindSafe for LastStatementimpl Send for LastStatement
impl Send for LastStatementimpl Sync for LastStatement
impl Sync for LastStatementimpl Unpin for LastStatement
impl Unpin for LastStatementimpl UnwindSafe for LastStatement
impl UnwindSafe for LastStatement