Enum git_traverse::tree::visit::Action [−][src]
pub enum Action {
Continue,
Cancel,
Skip,
}Expand description
What to do after an entry was recorded.
Variants
Continue the traversal of entries.
Stop the traversal of entries, making this te last call to visit_(tree|nontree)(…).
Don’t dive into the entry, skipping children effectively. Only useful in visit_tree(…).
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more