pub enum LoweredElement {
SubComponent {
sub_component_index: usize,
},
NativeItem {
item_index: usize,
},
Repeated {
repeated_index: usize,
},
}
Variants§
Trait Implementations§
source§impl Clone for LoweredElement
impl Clone for LoweredElement
source§fn clone(&self) -> LoweredElement
fn clone(&self) -> LoweredElement
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