Struct i_slint_compiler::expression_tree::PathElement
source · pub struct PathElement {
pub element_type: Rc<BuiltinElement>,
pub bindings: BindingsMap,
}
Fields§
§element_type: Rc<BuiltinElement>
§bindings: BindingsMap
Trait Implementations§
source§impl Clone for PathElement
impl Clone for PathElement
source§fn clone(&self) -> PathElement
fn clone(&self) -> PathElement
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