Struct deb_control::binary::BinaryDebControlBuilder [−][src]
pub struct BinaryDebControlBuilder { /* fields omitted */ }
A builder struct for BinaryDebControl
Implementations
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn build(self) -> BinaryDebControl
[src]
Finishes the building process returning the BinaryDebControl
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn architecture<S>(self, architecture: S) -> Self where
S: Into<String>,
[src]
S: Into<String>,
Depending on context and the control file used, the Architecture field can include the following sets of values:
- A unique single word identifying a Debian machine architecture
any
matches all Debian machine architectures and is the most frequently usedall
which indicates an architecture-independent packagesource
which indicates a source package
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn description<S>(self, description: S) -> Self where
S: Into<String>,
[src]
S: Into<String>,
Description of the package
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn maintainer<S>(self, maintainer: S) -> Self where
S: Into<String>,
[src]
S: Into<String>,
The package maintainer’s name and email address. The name must come first, then the email address inside angle brackets <> (in RFC822 format)
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn installed_size<S>(self, installed_size: S) -> Self where
S: Into<String>,
[src]
S: Into<String>,
Estimate of the total amount of disk space required to install the named package
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn built_using<S>(self, built_using: S) -> Self where
S: Into<String>,
[src]
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_pre_depends_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_depends_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_recommends_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_suggests_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_breaks_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_conflicts_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_provides_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_replaces_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
impl BinaryDebControlBuilder
[src]
impl BinaryDebControlBuilder
[src]pub fn add_enchances_entries<I, S>(self, entries: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
[src]
I: IntoIterator<Item = S>,
S: Into<String>,
Trait Implementations
impl Default for BinaryDebControlBuilder
[src]
impl Default for BinaryDebControlBuilder
[src]fn default() -> BinaryDebControlBuilder
[src]
Auto Trait Implementations
impl RefUnwindSafe for BinaryDebControlBuilder
impl RefUnwindSafe for BinaryDebControlBuilder
impl Send for BinaryDebControlBuilder
impl Send for BinaryDebControlBuilder
impl Sync for BinaryDebControlBuilder
impl Sync for BinaryDebControlBuilder
impl Unpin for BinaryDebControlBuilder
impl Unpin for BinaryDebControlBuilder
impl UnwindSafe for BinaryDebControlBuilder
impl UnwindSafe for BinaryDebControlBuilder