pub enum BunLockfile {
Text,
Binary,
}Expand description
Common Bun lockfile labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BunLockfile
impl Clone for BunLockfile
Source§fn clone(&self) -> BunLockfile
fn clone(&self) -> BunLockfile
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 BunLockfile
impl Debug for BunLockfile
Source§impl Hash for BunLockfile
impl Hash for BunLockfile
Source§impl Ord for BunLockfile
impl Ord for BunLockfile
Source§fn cmp(&self, other: &BunLockfile) -> Ordering
fn cmp(&self, other: &BunLockfile) -> 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 BunLockfile
impl PartialEq for BunLockfile
Source§fn eq(&self, other: &BunLockfile) -> bool
fn eq(&self, other: &BunLockfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BunLockfile
impl PartialOrd for BunLockfile
impl Copy for BunLockfile
impl Eq for BunLockfile
impl StructuralPartialEq for BunLockfile
Auto Trait Implementations§
impl Freeze for BunLockfile
impl RefUnwindSafe for BunLockfile
impl Send for BunLockfile
impl Sync for BunLockfile
impl Unpin for BunLockfile
impl UnsafeUnpin for BunLockfile
impl UnwindSafe for BunLockfile
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