Struct debian_packaging::dependency::DependencyList
source · [−]pub struct DependencyList { /* private fields */ }Expand description
Represents an ordered list of dependencies, delimited by commas (,).
Implementations
Parse a dependency list from a string.
A dependency list is a comma-delimited list of expressions. Each expression is a
| delimited list of expressions of the form
package (version_relationship version) [arch].
Evaluate whether a package satisfies at least one expression in this list.
Obtain the individual requirements constituting this list of dependencies.
Each requirement is itself a set of expressions to match against. The length of this set is commonly 1.
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 RefUnwindSafe for DependencyList
impl Send for DependencyList
impl Sync for DependencyList
impl Unpin for DependencyList
impl UnwindSafe for DependencyList
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