Struct liva_parser::statement::declaration::assignment::Assignment    [−][src]
pub struct Assignment<'a> {
    pub variable: PrefixExpr<'a>,
    pub expression: Expression<'a>,
}Fields
variable: PrefixExpr<'a>expression: 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 Assignment<'a>
impl<'a> Send for Assignment<'a>
impl<'a> Sync for Assignment<'a>
impl<'a> Unpin for Assignment<'a>
impl<'a> UnwindSafe for Assignment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more