Struct assorted_debian_utils::wb::BinNMU [−][src]
pub struct BinNMU<'a> { /* fields omitted */ }
Expand description
Builder to create a nmu
command
Implementations
Create a new nmu
command for the given source
.
Specify the binNMU version. If not set, wb
tries to auto-detect the binNMU version.
Specify extra dependencies.
Specify build priority. If not set, the build priority will not be changed.
Specify dependency-wait. If not set, no dependency-wait will be set.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BinNMU<'a>
impl<'a> UnwindSafe for BinNMU<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.