enum SemverType {
Patch,
Minor,
Major,
}
Variants§
Trait Implementations§
Source§impl Clone for SemverType
impl Clone for SemverType
Source§fn clone(&self) -> SemverType
fn clone(&self) -> SemverType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SemverType
impl Debug for SemverType
Source§impl Display for SemverType
impl Display for SemverType
Source§impl ValueEnum for SemverType
impl ValueEnum for SemverType
impl Copy for SemverType
Auto Trait Implementations§
impl Freeze for SemverType
impl RefUnwindSafe for SemverType
impl Send for SemverType
impl Sync for SemverType
impl Unpin for SemverType
impl UnwindSafe for SemverType
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