pub struct BinaryPackageDependencySource<'file, 'data> {
pub package: &'file BinaryPackageControlFile<'data>,
pub field: BinaryDependency,
pub constraint: SingleDependency,
}Expand description
Describes the source of a dependency between binary packages.
Fields
package: &'file BinaryPackageControlFile<'data>The package the dependency came from.
field: BinaryDependencyThe control file field the dependency constraint came from.
constraint: SingleDependencyThe dependency constraint expression being satisfied.
Trait Implementations
Auto Trait Implementations
impl<'file, 'data> RefUnwindSafe for BinaryPackageDependencySource<'file, 'data>
impl<'file, 'data> Send for BinaryPackageDependencySource<'file, 'data>
impl<'file, 'data> Sync for BinaryPackageDependencySource<'file, 'data>
impl<'file, 'data> Unpin for BinaryPackageDependencySource<'file, 'data> where
'data: 'file,
impl<'file, 'data> UnwindSafe for BinaryPackageDependencySource<'file, 'data>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more