Struct debian_packaging::repository::contents::ContentsFile [−][src]
pub struct ContentsFile { /* fields omitted */ }Expand description
Represents a Contents file.
A Contents file maps paths to packages. It facilitates lookups of which paths
are in which packages.
Internally, paths are stored as String because bulk operations against paths can be expensive due to more expensive comparison/equality checks.
Implementations
Register a path as belonging to a package.
Obtain an iterator of packages having the specified path.
Obtain an iterator of paths in a given package.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContentsFile
impl Send for ContentsFile
impl Sync for ContentsFile
impl Unpin for ContentsFile
impl UnwindSafe for ContentsFile
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
