pub enum VersionType {
Internal,
External,
ExternalGte,
Force,
}
Expand description
Specific version type
Variants§
Trait Implementations§
Source§impl Clone for VersionType
impl Clone for VersionType
Source§fn clone(&self) -> VersionType
fn clone(&self) -> VersionType
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 VersionType
impl Debug for VersionType
Source§impl<'de> Deserialize<'de> for VersionType
impl<'de> Deserialize<'de> for VersionType
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 VersionType
impl PartialEq for VersionType
Source§impl Serialize for VersionType
impl Serialize for VersionType
impl Copy for VersionType
impl StructuralPartialEq for VersionType
Auto Trait Implementations§
impl Freeze for VersionType
impl RefUnwindSafe for VersionType
impl Send for VersionType
impl Sync for VersionType
impl Unpin for VersionType
impl UnwindSafe for VersionType
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