Enum partiql_ast::visit::Traverse
source · pub enum Traverse {
Continue,
Stop,
}
Expand description
Indicates if tree traversal of the entire tree should continue or not.
Variants§
Continue
Signals tree traversal of entire tree should continue.
Stop
Signals tree traversal of entire tree should stop.
Trait Implementations§
source§impl PartialEq<Traverse> for Traverse
impl PartialEq<Traverse> for Traverse
impl StructuralPartialEq for Traverse
Auto Trait Implementations§
impl RefUnwindSafe for Traverse
impl Send for Traverse
impl Sync for Traverse
impl Unpin for Traverse
impl UnwindSafe for Traverse
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