pub struct Options {
    pub first_line_number: usize,
    pub starting_side: Side,
    pub in_round: bool,
}
Expand description

The options for a pattern.

Fields

first_line_number: usize

What the first line should be labeled.

starting_side: Side

What side to start with.

in_round: bool

If the pattern is in the round.

Implementations

Parse the options from the given line.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.