Enum git2::TreeWalkMode
source · pub enum TreeWalkMode {
PreOrder = 0,
PostOrder = 1,
}
Expand description
A binary indicator of whether a tree walk should be performed in pre-order or post-order.
Variants§
Trait Implementations§
source§impl Into<u32> for TreeWalkMode
impl Into<u32> for TreeWalkMode
source§fn into(self) -> git_treewalk_mode
fn into(self) -> git_treewalk_mode
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for TreeWalkMode
impl Send for TreeWalkMode
impl Sync for TreeWalkMode
impl Unpin for TreeWalkMode
impl UnwindSafe for TreeWalkMode
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