Enum move_model::ast::PropertyValue
source · pub enum PropertyValue {
Value(Value),
Symbol(Symbol),
QualifiedSymbol(QualifiedSymbol),
}
Expand description
The value of a property.
Variants§
Trait Implementations§
source§impl Clone for PropertyValue
impl Clone for PropertyValue
source§fn clone(&self) -> PropertyValue
fn clone(&self) -> PropertyValue
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