Enum BunLockfile
pub enum BunLockfile {
Text,
Binary,
}Expand description
Common Bun lockfile labels.
Variants§
Implementations§
§impl BunLockfile
impl BunLockfile
Trait Implementations§
§impl Clone for BunLockfile
impl Clone for BunLockfile
§fn clone(&self) -> BunLockfile
fn clone(&self) -> BunLockfile
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 BunLockfile
impl Debug for BunLockfile
§impl Hash for BunLockfile
impl Hash for BunLockfile
§impl Ord for BunLockfile
impl Ord for BunLockfile
§impl PartialEq for BunLockfile
impl PartialEq for BunLockfile
§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