Struct rspec::ConfigurationBuilder [] [src]

pub struct ConfigurationBuilder { /* fields omitted */ }

Builder for Configuration.

Methods

impl ConfigurationBuilder
[src]

[src]

Whether the runner executes tests in parallel

[src]

Whether the runner exits the procees upon encountering failures

[src]

Builds a new Configuration.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ConfigurationBuilder
[src]

[src]

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

impl Clone for ConfigurationBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more