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 version of the source package.
Specify the binNMU version. If not set, wb
tries to auto-detect the binNMU version.
Specify suite. If not set, unstable
is used.
Specify extra dependencies.
Specify architectures. If not set, the nmu
will be scheduled for ANY
.
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.