pub struct ScriptFixer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ScriptFixer
impl Debug for ScriptFixer
Source§impl Fixer for ScriptFixer
impl Fixer for ScriptFixer
Lintian tags this fixer addresses
Source§fn run(
&self,
basedir: &Path,
package: &str,
current_version: &Version,
preferences: &FixerPreferences,
timeout: Option<Duration>,
) -> Result<FixerResult, FixerError>
fn run( &self, basedir: &Path, package: &str, current_version: &Version, preferences: &FixerPreferences, timeout: Option<Duration>, ) -> Result<FixerResult, FixerError>
Apply this fixer script. Read more
Auto Trait Implementations§
impl Freeze for ScriptFixer
impl RefUnwindSafe for ScriptFixer
impl Send for ScriptFixer
impl Sync for ScriptFixer
impl Unpin for ScriptFixer
impl UnwindSafe for ScriptFixer
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