pub struct PnpmLockPackageResolution {
pub commit: Option<String>,
pub integrity: Option<String>,
pub tarball: Option<String>,
}Fields§
§commit: Option<String>§integrity: Option<String>§tarball: Option<String>Trait Implementations§
Source§impl Clone for PnpmLockPackageResolution
impl Clone for PnpmLockPackageResolution
Source§fn clone(&self) -> PnpmLockPackageResolution
fn clone(&self) -> PnpmLockPackageResolution
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 PnpmLockPackageResolution
impl Debug for PnpmLockPackageResolution
Source§impl Default for PnpmLockPackageResolution
impl Default for PnpmLockPackageResolution
Source§fn default() -> PnpmLockPackageResolution
fn default() -> PnpmLockPackageResolution
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PnpmLockPackageResolution
impl<'de> Deserialize<'de> for PnpmLockPackageResolution
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PnpmLockPackageResolution
impl PartialEq for PnpmLockPackageResolution
Source§fn eq(&self, other: &PnpmLockPackageResolution) -> bool
fn eq(&self, other: &PnpmLockPackageResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PnpmLockPackageResolution
Auto Trait Implementations§
impl Freeze for PnpmLockPackageResolution
impl RefUnwindSafe for PnpmLockPackageResolution
impl Send for PnpmLockPackageResolution
impl Sync for PnpmLockPackageResolution
impl Unpin for PnpmLockPackageResolution
impl UnsafeUnpin for PnpmLockPackageResolution
impl UnwindSafe for PnpmLockPackageResolution
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