pub enum VersionKindType {
SemVer,
CalVer,
Partial,
}Variants§
Trait Implementations§
Source§impl Clone for VersionKindType
impl Clone for VersionKindType
Source§fn clone(&self) -> VersionKindType
fn clone(&self) -> VersionKindType
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 VersionKindType
impl Debug for VersionKindType
Source§impl<'de> Deserialize<'de> for VersionKindType
impl<'de> Deserialize<'de> for VersionKindType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for VersionKindType
impl PartialEq for VersionKindType
Source§impl Serialize for VersionKindType
impl Serialize for VersionKindType
impl Copy for VersionKindType
impl Eq for VersionKindType
impl StructuralPartialEq for VersionKindType
Auto Trait Implementations§
impl Freeze for VersionKindType
impl RefUnwindSafe for VersionKindType
impl Send for VersionKindType
impl Sync for VersionKindType
impl Unpin for VersionKindType
impl UnsafeUnpin for VersionKindType
impl UnwindSafe for VersionKindType
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