Enum sixtyfps_compilerlib::expression_tree::Path [−][src]
pub enum Path { Elements(Vec<PathElement>), Events(PathEvents), }
Variants
Tuple Fields of Elements
0: Vec<PathElement>
Tuple Fields of Events
0: PathEvents
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Path
impl !UnwindSafe for Path
Blanket Implementations
Mutably borrows from an owned value. Read more