pub struct DependencyLockInput {
pub files: Vec<(RepoPathText, Digest)>,
}Expand description
Every build lockfile by canonical path and raw-evidence digest.
Fields§
§files: Vec<(RepoPathText, Digest)>Trait Implementations§
Source§impl Clone for DependencyLockInput
impl Clone for DependencyLockInput
Source§fn clone(&self) -> DependencyLockInput
fn clone(&self) -> DependencyLockInput
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 DependencyLockInput
impl Debug for DependencyLockInput
impl Eq for DependencyLockInput
Source§impl PartialEq for DependencyLockInput
impl PartialEq for DependencyLockInput
impl StructuralPartialEq for DependencyLockInput
Auto Trait Implementations§
impl Freeze for DependencyLockInput
impl RefUnwindSafe for DependencyLockInput
impl Send for DependencyLockInput
impl Sync for DependencyLockInput
impl Unpin for DependencyLockInput
impl UnsafeUnpin for DependencyLockInput
impl UnwindSafe for DependencyLockInput
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