Struct debian_packaging::debian_source_control::DebianSourceControlFilePackage [−][src]
pub struct DebianSourceControlFilePackage<'a> {
pub name: &'a str,
pub package_type: &'a str,
pub section: &'a str,
pub priority: &'a str,
pub extra: Vec<&'a str>,
}Expand description
Describes a single binary package entry in a Package-List field in a DebianSourceControlFile.
Fields
name: &'a strThe name of the binary package.
package_type: &'a strThe package type.
section: &'a strThe section it appears in.
priority: &'a strThe package priority.
extra: Vec<&'a str>Extra fields.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for DebianSourceControlFilePackage<'a>
impl<'a> Send for DebianSourceControlFilePackage<'a>
impl<'a> Sync for DebianSourceControlFilePackage<'a>
impl<'a> Unpin for DebianSourceControlFilePackage<'a>
impl<'a> UnwindSafe for DebianSourceControlFilePackage<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
