Struct debian_packaging::binary_package_control::BinaryPackageControlFile [−][src]
pub struct BinaryPackageControlFile<'a> { /* fields omitted */ }Expand description
A Debian binary package control file.
Binary package control files are defined by a single paragraph with well-defined fields. This type is a low-level wrapper around an inner ControlParagraph.
Implementations
The Version field as its original string.
The Version field parsed into a PackageVersion.
Obtain parsed values of all fields defining dependencies.
Trait Implementations
Performs the conversion.
Performs the conversion.
Obtain the size in bytes of the .deb file. Read more
Obtains the binary digest of this file given a checksum flavor. Read more
Obtain the filename of this .deb. Read more
Obtain a BinaryPackageControlFile representing content for a Packages index file. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for BinaryPackageControlFile<'a>
impl<'a> Send for BinaryPackageControlFile<'a>
impl<'a> Sync for BinaryPackageControlFile<'a>
impl<'a> Unpin for BinaryPackageControlFile<'a>
impl<'a> UnwindSafe for BinaryPackageControlFile<'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
