Enum sea_query::query::SearchOrder
source · [−]pub enum SearchOrder {
BREADTH,
DEPTH,
}Expand description
For recursive WithQuery WithClauses the traversing order can be specified in some databases that support this functionality.
Variants
BREADTH
Breadth first traversal during the execution of the recursive query.
DEPTH
Depth first traversal during the execution of the recursive query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SearchOrder
impl Send for SearchOrder
impl Sync for SearchOrder
impl Unpin for SearchOrder
impl UnwindSafe for SearchOrder
Blanket Implementations
Mutably borrows from an owned value. Read more