Struct caminos_lib::pattern::PatternBuilderArgument[][src]

pub struct PatternBuilderArgument<'a> {
    pub cv: &'a ConfigurationValue,
    pub plugs: &'a Plugs,
}
Expand description

The argument to a builder funtion of patterns.

Fields

cv: &'a ConfigurationValue

A ConfigurationValue::Object defining the pattern.

plugs: &'a Plugs

The user defined plugs. In case the pattern needs to create elements.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.