pub struct DockerRunArgsDiff {
    pub image: <String as Diff>::Repr,
    pub ports: <Vec<Conversion> as Diff>::Repr,
    pub volumes: <Vec<Conversion> as Diff>::Repr,
    pub environment: <Vec<EnvironmentVar> as Diff>::Repr,
    pub network: <Option<String> as Diff>::Repr,
    pub restart: <RestartMode as Diff>::Repr,
    pub post_image: <Option<String> as Diff>::Repr,
    pub container_user: <Option<String> as Diff>::Repr,
    pub extra_args: <Vec<String> as Diff>::Repr,
    pub docker_account: <Option<String> as Diff>::Repr,
}

Fields§

§image: <String as Diff>::Repr§ports: <Vec<Conversion> as Diff>::Repr§volumes: <Vec<Conversion> as Diff>::Repr§environment: <Vec<EnvironmentVar> as Diff>::Repr§network: <Option<String> as Diff>::Repr§restart: <RestartMode as Diff>::Repr§post_image: <Option<String> as Diff>::Repr§container_user: <Option<String> as Diff>::Repr§extra_args: <Vec<String> as Diff>::Repr§docker_account: <Option<String> as Diff>::Repr

Trait Implementations§

Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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