Struct anda_config::config::DockerImage
source · [−]pub struct DockerImage {
pub dockerfile: Option<String>,
pub import: Option<PathBuf>,
pub tag_latest: Option<bool>,
pub context: String,
pub version: Option<String>,
}Fields
dockerfile: Option<String>import: Option<PathBuf>tag_latest: Option<bool>context: Stringversion: Option<String>Trait Implementations
sourceimpl Clone for DockerImage
impl Clone for DockerImage
sourcefn clone(&self) -> DockerImage
fn clone(&self) -> DockerImage
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DockerImage
impl Debug for DockerImage
sourceimpl Default for DockerImage
impl Default for DockerImage
sourcefn default() -> DockerImage
fn default() -> DockerImage
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DockerImage
impl<'de> Deserialize<'de> for DockerImage
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DockerImage> for DockerImage
impl PartialEq<DockerImage> for DockerImage
sourcefn eq(&self, other: &DockerImage) -> bool
fn eq(&self, other: &DockerImage) -> bool
sourceimpl Serialize for DockerImage
impl Serialize for DockerImage
impl Eq for DockerImage
impl StructuralEq for DockerImage
impl StructuralPartialEq for DockerImage
Auto Trait Implementations
impl RefUnwindSafe for DockerImage
impl Send for DockerImage
impl Sync for DockerImage
impl Unpin for DockerImage
impl UnwindSafe for DockerImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.