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§
Auto Trait Implementations§
impl<'a> Freeze for SourcePackageFetch<'a>
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§
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