pub struct PycZeroMtime { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Processor for PycZeroMtime
impl Processor for PycZeroMtime
fn name(&self) -> &str
Source§fn filter(&self, path: &Path) -> Result<bool>
fn filter(&self, path: &Path) -> Result<bool>
Return true if the given path looks like it should be processed.
Source§fn process(&self, input_path: &Path) -> Result<ProcessResult>
fn process(&self, input_path: &Path) -> Result<ProcessResult>
Process file and indicate whether modifications were made.
Source§fn initialize(&mut self) -> Result<()>
fn initialize(&mut self) -> Result<()>
Optionally, do “global” setup of the processor.
Auto Trait Implementations§
impl Freeze for PycZeroMtime
impl RefUnwindSafe for PycZeroMtime
impl Send for PycZeroMtime
impl Sync for PycZeroMtime
impl Unpin for PycZeroMtime
impl UnwindSafe for PycZeroMtime
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