pub enum WildcardVersion {
Minor,
Patch,
}
Variants§
Trait Implementations§
Source§impl Clone for WildcardVersion
impl Clone for WildcardVersion
Source§fn clone(&self) -> WildcardVersion
fn clone(&self) -> WildcardVersion
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 WildcardVersion
impl Debug for WildcardVersion
Source§impl Hash for WildcardVersion
impl Hash for WildcardVersion
Source§impl Ord for WildcardVersion
impl Ord for WildcardVersion
Source§fn cmp(&self, other: &WildcardVersion) -> Ordering
fn cmp(&self, other: &WildcardVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WildcardVersion
impl PartialEq for WildcardVersion
Source§impl PartialOrd for WildcardVersion
impl PartialOrd for WildcardVersion
impl Eq for WildcardVersion
impl StructuralPartialEq for WildcardVersion
Auto Trait Implementations§
impl Freeze for WildcardVersion
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