Enum UvLockfile
pub enum UvLockfile {
UvLock,
}Expand description
uv lockfile labels.
Variants§
UvLock
Implementations§
§impl UvLockfile
impl UvLockfile
Trait Implementations§
§impl Clone for UvLockfile
impl Clone for UvLockfile
§fn clone(&self) -> UvLockfile
fn clone(&self) -> UvLockfile
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 more§impl Debug for UvLockfile
impl Debug for UvLockfile
§impl Display for UvLockfile
impl Display for UvLockfile
§impl FromStr for UvLockfile
impl FromStr for UvLockfile
§type Err = UvTextError
type Err = UvTextError
The associated error which can be returned from parsing.
§fn from_str(input: &str) -> Result<UvLockfile, <UvLockfile as FromStr>::Err>
fn from_str(input: &str) -> Result<UvLockfile, <UvLockfile as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for UvLockfile
impl Hash for UvLockfile
§impl Ord for UvLockfile
impl Ord for UvLockfile
§impl PartialEq for UvLockfile
impl PartialEq for UvLockfile
§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