Struct boreal_parser::VariableSet
source · pub struct VariableSet {
pub elements: Vec<SetElement>,
}Expand description
Set of multiple variables.
Fields§
§elements: Vec<SetElement>Names of the variables in the set.
If empty, the set is considered as containing all variables.
Trait Implementations§
source§impl Clone for VariableSet
impl Clone for VariableSet
source§fn clone(&self) -> VariableSet
fn clone(&self) -> VariableSet
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