pub enum BumpLevel {
Major,
Minor,
Patch,
None,
}
Expand description
A semver bump level
Variants§
Implementations§
Trait Implementations§
impl Copy for BumpLevel
impl Eq for BumpLevel
impl StructuralPartialEq for BumpLevel
Auto Trait Implementations§
impl Freeze for BumpLevel
impl RefUnwindSafe for BumpLevel
impl Send for BumpLevel
impl Sync for BumpLevel
impl Unpin for BumpLevel
impl UnwindSafe for BumpLevel
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