Struct liva_parser::statement::ReturnStmt  [−][src]
pub struct ReturnStmt<'a> {
    pub values: Vec<Expression<'a>>,
}Fields
values: Vec<Expression<'a>>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReturnStmt<'a>
impl<'a> Send for ReturnStmt<'a>
impl<'a> Sync for ReturnStmt<'a>
impl<'a> Unpin for ReturnStmt<'a>
impl<'a> UnwindSafe for ReturnStmt<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more