Enum debian_packaging::dependency::BinaryDependency [−][src]
pub enum BinaryDependency {
Depends,
Recommends,
Suggests,
Enhances,
PreDepends,
}Expand description
Describes the dependency relationship for a binary package.
Variants correspond to fields in binary control file, as described at https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends.
Variants
Depends
Recommends
Suggests
Enhances
PreDepends
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinaryDependency
impl Send for BinaryDependency
impl Sync for BinaryDependency
impl Unpin for BinaryDependency
impl UnwindSafe for BinaryDependency
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
