Enum rslua_march1917::ast::Assignable
source · pub enum Assignable {
Name(String),
SuffixedExpr(SuffixedExpr),
}Variants§
Name(String)
SuffixedExpr(SuffixedExpr)
Trait Implementations§
source§impl Clone for Assignable
impl Clone for Assignable
source§fn clone(&self) -> Assignable
fn clone(&self) -> Assignable
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 Assignable
impl Debug for Assignable
source§impl PartialEq<Assignable> for Assignable
impl PartialEq<Assignable> for Assignable
source§fn eq(&self, other: &Assignable) -> bool
fn eq(&self, other: &Assignable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.