pub enum SemanticVersionAction {
IncrementMajor,
IncrementMinor,
IncrementPatch,
Keep,
}Expand description
Enum to represent the action for semantic version
Variants§
Trait Implementations§
Source§impl Debug for SemanticVersionAction
impl Debug for SemanticVersionAction
Source§impl Display for SemanticVersionAction
impl Display for SemanticVersionAction
Source§impl PartialEq for SemanticVersionAction
impl PartialEq for SemanticVersionAction
impl StructuralPartialEq for SemanticVersionAction
Auto Trait Implementations§
impl Freeze for SemanticVersionAction
impl RefUnwindSafe for SemanticVersionAction
impl Send for SemanticVersionAction
impl Sync for SemanticVersionAction
impl Unpin for SemanticVersionAction
impl UnwindSafe for SemanticVersionAction
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