Struct debian_packaging::repository::SourcePackageFetch
source · [−]pub struct SourcePackageFetch<'a> {
pub control_file: DebianSourceControlFile<'a>,
/* private fields */
}Expand description
Describes how to fetch a source package from a repository.
Fields
control_file: DebianSourceControlFile<'a>The control file from which this these fetches were derived.
Trait Implementations
The resulting type after dereferencing.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SourcePackageFetch<'a>
impl<'a> Send for SourcePackageFetch<'a>
impl<'a> Sync for SourcePackageFetch<'a>
impl<'a> Unpin for SourcePackageFetch<'a>
impl<'a> UnwindSafe for SourcePackageFetch<'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