Struct rslua_march1917::ast::SuffixedExpr
source · Fields§
§primary: Box<Expr>§suffixes: Vec<Suffix>Implementations§
source§impl SuffixedExpr
impl SuffixedExpr
sourcepub fn has_multi_ret(&self) -> bool
pub fn has_multi_ret(&self) -> bool
Trait Implementations§
source§impl Clone for SuffixedExpr
impl Clone for SuffixedExpr
source§fn clone(&self) -> SuffixedExpr
fn clone(&self) -> SuffixedExpr
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 SuffixedExpr
impl Debug for SuffixedExpr
source§impl PartialEq<SuffixedExpr> for SuffixedExpr
impl PartialEq<SuffixedExpr> for SuffixedExpr
source§fn eq(&self, other: &SuffixedExpr) -> bool
fn eq(&self, other: &SuffixedExpr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.