Enum semver::Identifier [−][src]
An identifier in the pre-release or build metadata.
See sections 9 and 10 of the spec for more about pre-release identifers and build metadata.
Variants
Numeric(u64)
An identifier that’s solely numbers.
AlphaNumeric(String)
An identifier with letters and numbers.
Trait Implementations
impl Clone for Identifier
[src]
impl Clone for Identifier
[src]fn clone(&self) -> Identifier
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<Identifier> for Identifier
[src]
impl From<Identifier> for Identifier
[src]fn from(other: Identifier) -> Identifier
[src]
impl Hash for Identifier
[src]
impl Hash for Identifier
[src]impl Ord for Identifier
[src]
impl Ord for Identifier
[src]impl PartialEq<Identifier> for Identifier
[src]
impl PartialEq<Identifier> for Identifier
[src]fn eq(&self, other: &Identifier) -> bool
[src]
fn ne(&self, other: &Identifier) -> bool
[src]
impl PartialOrd<Identifier> for Identifier
[src]
impl PartialOrd<Identifier> for Identifier
[src]