Enum debian_packaging::deb::reader::BinaryPackageEntry
source · [−]pub enum BinaryPackageEntry {
DebianBinary(Cursor<Vec<u8>>),
Control(ControlTarReader),
Data(DataTarReader),
}Expand description
Represents an entry in a .deb archive.
Variants
DebianBinary(Cursor<Vec<u8>>)
The debian-binary file.
Control(ControlTarReader)
The control.tar tar archive.
Data(DataTarReader)
The data.tar[.<ext>] tar archive.
Auto Trait Implementations
impl !RefUnwindSafe for BinaryPackageEntry
impl !Send for BinaryPackageEntry
impl !Sync for BinaryPackageEntry
impl Unpin for BinaryPackageEntry
impl !UnwindSafe for BinaryPackageEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
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