Struct debian_analyzer::config::Config
source · pub struct Config { /* private fields */ }Implementations§
source§impl Config
impl Config
pub fn from_workingtree(tree: &WorkingTree, subpath: &Path) -> Result<Self>
pub fn load_from_path(path: &Path) -> Result<Self, Error>
pub fn compat_release(&self) -> Option<String>
pub fn allow_reformatting(&self) -> Option<bool>
pub fn minimum_certainty(&self) -> Option<Certainty>
pub fn update_changelog(&self) -> Option<bool>
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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