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