Enum gix_filter::driver::Operation
source · pub enum Operation {
Clean,
Smudge,
}
Expand description
The kind of operation to apply using a driver
Variants§
Clean
Turn worktree content into content suitable for storage in git
.
Smudge
Turn content stored in git
to content suitable for the working tree.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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