Enum semver_parser::range::WildcardVersion
source · pub enum WildcardVersion {
Major,
Minor,
Patch,
}
Variants§
Trait Implementations§
source§impl Debug for WildcardVersion
impl Debug for WildcardVersion
source§impl PartialEq for WildcardVersion
impl PartialEq for WildcardVersion
source§fn eq(&self, other: &WildcardVersion) -> bool
fn eq(&self, other: &WildcardVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WildcardVersion
Auto Trait Implementations§
impl RefUnwindSafe for WildcardVersion
impl Send for WildcardVersion
impl Sync for WildcardVersion
impl Unpin for WildcardVersion
impl UnwindSafe for WildcardVersion
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