Enum partiql_ast::ast::PathStep
source · pub enum PathStep {
PathExpr(PathExpr),
PathWildCard,
PathUnpivot,
}
Expand description
A “step” within a path expression; that is the components of the expression following the root.
Variants§
Trait Implementations§
source§impl PartialEq<PathStep> for PathStep
impl PartialEq<PathStep> for PathStep
impl StructuralPartialEq for PathStep
Auto Trait Implementations§
impl RefUnwindSafe for PathStep
impl Send for PathStep
impl Sync for PathStep
impl Unpin for PathStep
impl UnwindSafe for PathStep
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