Struct rslua_march1917::ast::AssignStat
source · pub struct AssignStat {
pub left: Vec<Assignable>,
pub right: Vec<Expr>,
}Fields§
§left: Vec<Assignable>§right: Vec<Expr>Trait Implementations§
source§impl Clone for AssignStat
impl Clone for AssignStat
source§fn clone(&self) -> AssignStat
fn clone(&self) -> AssignStat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AssignStat
impl Debug for AssignStat
source§impl PartialEq<AssignStat> for AssignStat
impl PartialEq<AssignStat> for AssignStat
source§fn eq(&self, other: &AssignStat) -> bool
fn eq(&self, other: &AssignStat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.