Enum simple_version::VersionType
source · pub enum VersionType {
Release,
Beta(u16),
Alpha(u16),
}Variants§
Trait Implementations§
source§impl Debug for VersionType
impl Debug for VersionType
source§impl PartialEq for VersionType
impl PartialEq for VersionType
impl Eq 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