pub enum GitCatFileMode {
ShowType,
ShowSize,
ShowExists,
ShowPretty,
Type(GitObjectType),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GitCatFileMode
impl Clone for GitCatFileMode
Source§fn clone(&self) -> GitCatFileMode
fn clone(&self) -> GitCatFileMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitCatFileMode
impl Debug for GitCatFileMode
Source§impl PartialEq for GitCatFileMode
impl PartialEq for GitCatFileMode
impl Copy for GitCatFileMode
impl StructuralPartialEq for GitCatFileMode
Auto Trait Implementations§
impl Freeze for GitCatFileMode
impl RefUnwindSafe for GitCatFileMode
impl Send for GitCatFileMode
impl Sync for GitCatFileMode
impl Unpin for GitCatFileMode
impl UnwindSafe for GitCatFileMode
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