Struct dfw::process::ProcessingOptions[][src]

pub struct ProcessingOptions {
    pub container_filter: ContainerFilter,
}

Options to configure the processing procedure.

Fields

Option to filter the containers to be processed, see ContainerFilter.

Trait Implementations

impl Debug for ProcessingOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for ProcessingOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProcessingOptions
[src]

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

This method tests for !=.

impl Eq for ProcessingOptions
[src]

impl Default for ProcessingOptions
[src]

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

Auto Trait Implementations