pub enum VersionPart {
Major,
Minor,
Patch,
Pre,
}Expand description
Definitions of version parts.
1.2.34(-)rc(.)5
| | | |___ Pre
| | |________ Patch
| |__________ Minor
|____________ MajorVariants§
Auto Trait Implementations§
impl Freeze for VersionPart
impl RefUnwindSafe for VersionPart
impl Send for VersionPart
impl Sync for VersionPart
impl Unpin for VersionPart
impl UnwindSafe for VersionPart
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more