pub struct ComposePullEngine;Expand description
Coordinates Compose image pulls and verifies every configured local image identity.
Implementations§
Source§impl ComposePullEngine
impl ComposePullEngine
Sourcepub async fn execute(
&self,
compose: &dyn ComposePullClient,
images: &dyn ImageReader,
host: &HostRecord,
request: &ComposePullRequest,
progress: &dyn MutationProgressReporter,
cancellation: &CancellationToken,
) -> MutationResult<ComposePullOutcome>
pub async fn execute( &self, compose: &dyn ComposePullClient, images: &dyn ImageReader, host: &HostRecord, request: &ComposePullRequest, progress: &dyn MutationProgressReporter, cancellation: &CancellationToken, ) -> MutationResult<ComposePullOutcome>
Pulls and verifies one Compose project or service.
Trait Implementations§
Source§impl Clone for ComposePullEngine
impl Clone for ComposePullEngine
Source§fn clone(&self) -> ComposePullEngine
fn clone(&self) -> ComposePullEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComposePullEngine
impl Debug for ComposePullEngine
Source§impl Default for ComposePullEngine
impl Default for ComposePullEngine
Source§fn default() -> ComposePullEngine
fn default() -> ComposePullEngine
Returns the “default value” for a type. Read more
impl Copy for ComposePullEngine
Auto Trait Implementations§
impl Freeze for ComposePullEngine
impl RefUnwindSafe for ComposePullEngine
impl Send for ComposePullEngine
impl Sync for ComposePullEngine
impl Unpin for ComposePullEngine
impl UnsafeUnpin for ComposePullEngine
impl UnwindSafe for ComposePullEngine
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