pub struct RegistryPackageResolution {
pub root: PathBuf,
pub signer_fingerprint: Option<String>,
pub registry_latest_version: Option<String>,
}Fields§
§root: PathBuf§signer_fingerprint: Option<String>§registry_latest_version: Option<String>Highest non-yanked version published in registry metadata, regardless of Prayfile constraint.
Trait Implementations§
Source§impl Clone for RegistryPackageResolution
impl Clone for RegistryPackageResolution
Source§fn clone(&self) -> RegistryPackageResolution
fn clone(&self) -> RegistryPackageResolution
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 moreAuto Trait Implementations§
impl Freeze for RegistryPackageResolution
impl RefUnwindSafe for RegistryPackageResolution
impl Send for RegistryPackageResolution
impl Sync for RegistryPackageResolution
impl Unpin for RegistryPackageResolution
impl UnsafeUnpin for RegistryPackageResolution
impl UnwindSafe for RegistryPackageResolution
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