Enum semver_parser::version::Identifier [−][src]
Variants
Numeric(u64)
An identifier that’s solely numbers.
Tuple Fields of Numeric
0: u64
AlphaNumeric(String)
An identifier with letters and numbers.
Tuple Fields of AlphaNumeric
0: String
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 Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
Blanket Implementations
Mutably borrows from an owned value. Read more