Struct semver_parser::version::Version [−][src]
pub struct Version {
pub major: u64,
pub minor: u64,
pub patch: u64,
pub pre: Vec<Identifier>,
pub build: Vec<Identifier>,
}
Fields
major: u64
minor: u64
patch: u64
pre: Vec<Identifier>
build: Vec<Identifier>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Version
impl UnwindSafe for Version
Blanket Implementations
Mutably borrows from an owned value. Read more