Struct compose_yml::v2::Logging [] [src]

pub struct Logging {
    pub driver: Option<RawOr<String>>,
    pub options: BTreeMap<String, RawOr<String>>,
    // some fields omitted
}

Logging configuration.

Fields

The logging driver to use.

Options to pass to the log driver.

Trait Implementations

impl Debug for Logging
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Logging
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Logging
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Logging
[src]

impl Default for Logging
[src]

[src]

Returns the "default value" for a type. Read more

impl InterpolateAll for Logging
[src]

Recursive merge all fields in the structure.

[src]

Recursively walk over this type, interpolating all RawOr values containing references to the environment. The default implementation leaves a value unchanged. Read more

impl MergeOverride for Logging
[src]

[src]

Given this value and an override value, merge the override value into this one, producing a new value. Read more

Auto Trait Implementations

impl Send for Logging

impl Sync for Logging