pub struct DelayedProcessCheckoutEntry {
pub filter_cmd: String,
pub path: String,
pub smudge_meta: FilterSmudgeMeta,
}Expand description
One path deferred by a process filter that returned status=delayed (Git delayed_checkout).
Fields§
§filter_cmd: Stringfilter.<name>.process command line.
path: String§smudge_meta: FilterSmudgeMetaTrait Implementations§
Source§impl Clone for DelayedProcessCheckoutEntry
impl Clone for DelayedProcessCheckoutEntry
Source§fn clone(&self) -> DelayedProcessCheckoutEntry
fn clone(&self) -> DelayedProcessCheckoutEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DelayedProcessCheckoutEntry
impl RefUnwindSafe for DelayedProcessCheckoutEntry
impl Send for DelayedProcessCheckoutEntry
impl Sync for DelayedProcessCheckoutEntry
impl Unpin for DelayedProcessCheckoutEntry
impl UnsafeUnpin for DelayedProcessCheckoutEntry
impl UnwindSafe for DelayedProcessCheckoutEntry
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