Struct debian_analyzer::svp::DebianContext
source · pub struct DebianContext {
pub changelog: Option<ChangelogBehaviour>,
}Fields§
§changelog: Option<ChangelogBehaviour>Trait Implementations§
source§impl Debug for DebianContext
impl Debug for DebianContext
Auto Trait Implementations§
impl Freeze for DebianContext
impl RefUnwindSafe for DebianContext
impl Send for DebianContext
impl Sync for DebianContext
impl Unpin for DebianContext
impl UnwindSafe for DebianContext
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