Struct debian_packaging::repository::release::PackagesFileEntry [−][src]
pub struct PackagesFileEntry<'a> {
pub entry: ReleaseFileEntry<'a>,
pub component: Cow<'a, str>,
pub architecture: Cow<'a, str>,
pub compression: Compression,
pub is_installer: bool,
}Expand description
A special type of ReleaseFileEntry that describes a Packages file.
Fields
entry: ReleaseFileEntry<'a>The ReleaseFileEntry from which this instance was derived.
component: Cow<'a, str>The parsed component name (from the entry’s path).
architecture: Cow<'a, str>The parsed architecture name (from the entry’s path).
compression: CompressionFile-level compression format being used.
is_installer: boolWhether this refers to udeb packages used by installers.
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 PackagesFileEntry<'a>
impl<'a> Send for PackagesFileEntry<'a>
impl<'a> Sync for PackagesFileEntry<'a>
impl<'a> Unpin for PackagesFileEntry<'a>
impl<'a> UnwindSafe for PackagesFileEntry<'a>
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
