Struct apt_cmd::fetch::PackageFetcher [−][src]
pub struct PackageFetcher { /* fields omitted */ }
Implementations
pub fn fetch(
self,
packages: impl Stream<Item = Arc<AptRequest>> + Send + 'static,
partial: Arc<Path>,
destination: Arc<Path>
) -> FetchEvents
Auto Trait Implementations
impl !RefUnwindSafe for PackageFetcher
impl Send for PackageFetcher
impl Sync for PackageFetcher
impl Unpin for PackageFetcher
impl !UnwindSafe for PackageFetcher
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
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
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