pub enum GitMode {
RegularFile,
ExecutableFile,
Tree,
Symlink,
Gitlink,
}Variants§
Implementations§
Trait Implementations§
impl Copy for GitMode
impl Eq for GitMode
Source§impl Ord for GitMode
impl Ord for GitMode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for GitMode
impl PartialOrd for GitMode
impl StructuralPartialEq for GitMode
Auto Trait Implementations§
impl Freeze for GitMode
impl RefUnwindSafe for GitMode
impl Send for GitMode
impl Sync for GitMode
impl Unpin for GitMode
impl UnsafeUnpin for GitMode
impl UnwindSafe for GitMode
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