Enum libalpm::VersionConstraintType [] [src]

pub enum VersionConstraintType {
    Any,
    Equal,
    GreaterOrEqual,
    LessOrEqual,
    Greater,
    Less,
}

Types of version constraint to be applied to a package's dependency.

Variants

Trait Implementations

impl Debug for VersionConstraintType
[src]

Formats the value using the given formatter.

impl Copy for VersionConstraintType
[src]

impl Clone for VersionConstraintType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VersionConstraintType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VersionConstraintType
[src]

impl From<u32> for VersionConstraintType
[src]

Performs the conversion.