Struct debian_packaging::repository::BinaryPackageFetch
source · [−]pub struct BinaryPackageFetch<'a> {
pub control_file: BinaryPackageControlFile<'a>,
pub path: String,
pub size: u64,
pub digest: ContentDigest,
}Expand description
Describes how to fetch a binary package from a repository.
Fields
control_file: BinaryPackageControlFile<'a>The binary package control paragraph from which this entry came.
path: StringThe relative path of this binary package.
Corresponds to the Filename field.
size: u64The expected size of the retrieved file.
digest: ContentDigestThe expected content digest of the retrieved file.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BinaryPackageFetch<'a>
impl<'a> Send for BinaryPackageFetch<'a>
impl<'a> Sync for BinaryPackageFetch<'a>
impl<'a> Unpin for BinaryPackageFetch<'a>
impl<'a> UnwindSafe for BinaryPackageFetch<'a>
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