pub enum UvLockfile {
UvLock,
}Expand description
uv lockfile labels.
Variants§
UvLock
Implementations§
Trait Implementations§
Source§impl Clone for UvLockfile
impl Clone for UvLockfile
Source§fn clone(&self) -> UvLockfile
fn clone(&self) -> UvLockfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UvLockfile
impl Debug for UvLockfile
Source§impl Display for UvLockfile
impl Display for UvLockfile
Source§impl FromStr for UvLockfile
impl FromStr for UvLockfile
Source§impl Hash for UvLockfile
impl Hash for UvLockfile
Source§impl Ord for UvLockfile
impl Ord for UvLockfile
Source§fn cmp(&self, other: &UvLockfile) -> Ordering
fn cmp(&self, other: &UvLockfile) -> Ordering
1.21.0 (const: unstable) · 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 UvLockfile
impl PartialEq for UvLockfile
Source§fn eq(&self, other: &UvLockfile) -> bool
fn eq(&self, other: &UvLockfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UvLockfile
impl PartialOrd for UvLockfile
impl Copy for UvLockfile
impl Eq for UvLockfile
impl StructuralPartialEq for UvLockfile
Auto Trait Implementations§
impl Freeze for UvLockfile
impl RefUnwindSafe for UvLockfile
impl Send for UvLockfile
impl Sync for UvLockfile
impl Unpin for UvLockfile
impl UnsafeUnpin for UvLockfile
impl UnwindSafe for UvLockfile
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