pub enum VersioningStrategy {
Auto,
Increase,
IncreaseIfNecessary,
LockfileOnly,
Widen,
}Expand description
Versioning strategies.
Variants§
Trait Implementations§
source§impl Debug for VersioningStrategy
impl Debug for VersioningStrategy
source§impl<'de> Deserialize<'de> for VersioningStrategy
impl<'de> Deserialize<'de> for VersioningStrategy
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 VersioningStrategy
impl PartialEq for VersioningStrategy
source§fn eq(&self, other: &VersioningStrategy) -> bool
fn eq(&self, other: &VersioningStrategy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VersioningStrategy
Auto Trait Implementations§
impl RefUnwindSafe for VersioningStrategy
impl Send for VersioningStrategy
impl Sync for VersioningStrategy
impl Unpin for VersioningStrategy
impl UnwindSafe for VersioningStrategy
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