Enum lseq::LSEQStrategy [] [src]

pub enum LSEQStrategy {
    AddFromLeft,
    SubtractFromRight,
}

The identifier allocation strategy to use at a specified depth.

Variants

Generate identifiers by adding a value to the previous digit.

Generate identifiers by subtracting a value to the next digit.

Methods

impl LSEQStrategy
[src]

Trait Implementations

impl Clone for LSEQStrategy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LSEQStrategy
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for LSEQStrategy

impl Sync for LSEQStrategy