pub struct ReflogExpireParams {
pub stale_fix: bool,
pub dry_run: bool,
pub verbose: bool,
}Expand description
Options for expire_reflog_git.
Fields§
§stale_fix: boolPrune entries whose commits fail a completeness walk (missing objects).
dry_run: bool§verbose: boolTrait Implementations§
Source§impl Clone for ReflogExpireParams
impl Clone for ReflogExpireParams
Source§fn clone(&self) -> ReflogExpireParams
fn clone(&self) -> ReflogExpireParams
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 ReflogExpireParams
impl RefUnwindSafe for ReflogExpireParams
impl Send for ReflogExpireParams
impl Sync for ReflogExpireParams
impl Unpin for ReflogExpireParams
impl UnsafeUnpin for ReflogExpireParams
impl UnwindSafe for ReflogExpireParams
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