Struct semver_parser::range::Predicate [] [src]

pub struct Predicate {
    pub op: Op,
    pub major: u64,
    pub minor: Option<u64>,
    pub patch: Option<u64>,
    pub pre: Vec<Identifier>,
}

Fields

Trait Implementations

impl PartialEq for Predicate
[src]

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

This method tests for !=.

impl Debug for Predicate
[src]

Formats the value using the given formatter.