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 moreAuto Trait Implementations§
impl Freeze for PathElement
impl !RefUnwindSafe for PathElement
impl !Send for PathElement
impl !Sync for PathElement
impl Unpin for PathElement
impl !UnwindSafe for PathElement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more