pub struct Options { /* private fields */ }
Expand description
Options passed to reset_mtimes()
Implementations§
Source§impl Options
impl Options
Sourcepub fn dirty(&self, flag: bool) -> Options
pub fn dirty(&self, flag: bool) -> Options
Whether or not to touch locally modified files, default is false
Sourcepub fn ignored(&self, flag: bool) -> Options
pub fn ignored(&self, flag: bool) -> Options
Whether or not to touch ignored files, default is false
Sourcepub fn ignore_older(&self, flag: bool) -> Options
pub fn ignore_older(&self, flag: bool) -> Options
Whether or not to touch files older than history, default is true
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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