pub enum VersionLabel {
Major,
Minor,
Patch,
NumericVersion(String),
}Variants§
Trait Implementations§
Source§impl Debug for VersionLabel
impl Debug for VersionLabel
Source§impl PartialEq for VersionLabel
impl PartialEq for VersionLabel
impl StructuralPartialEq for VersionLabel
Auto Trait Implementations§
impl Freeze for VersionLabel
impl RefUnwindSafe for VersionLabel
impl Send for VersionLabel
impl Sync for VersionLabel
impl Unpin for VersionLabel
impl UnsafeUnpin for VersionLabel
impl UnwindSafe for VersionLabel
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