[][src]Struct buildkit_llb::ops::source::ImageSource

pub struct ImageSource { /* fields omitted */ }

Methods

impl ImageSource[src]

pub fn with_resolve_mode(self, mode: ResolveMode) -> Self[src]

pub fn resolve_mode(&self) -> Option<ResolveMode>[src]

pub fn with_digest<S>(self, digest: S) -> Self where
    S: Into<String>, 
[src]

pub fn with_tag<S>(self, tag: S) -> Self where
    S: Into<String>, 
[src]

pub fn canonical_name(&self) -> String[src]

Trait Implementations

impl Debug for ImageSource[src]

impl OperationBuilder<'static> for ImageSource[src]

impl<'a> SingleBorrowedOutput<'a> for ImageSource[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.