Enum ezno_parser::PropertyKeyLocation
source · pub enum PropertyKeyLocation {
Class(VariableId),
ObjectLiteral(ExpressionId),
}Variants§
Class(VariableId)
ObjectLiteral(ExpressionId)
Trait Implementations§
source§impl Clone for PropertyKeyLocation
impl Clone for PropertyKeyLocation
source§fn clone(&self) -> PropertyKeyLocation
fn clone(&self) -> PropertyKeyLocation
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 more