Enum lt_fm_index::use_case::LtFmIndexAll[][src]

pub enum LtFmIndexAll {
    NO64(LtFmIndexNO64),
    NO128(LtFmIndexNO128),
    NN64(LtFmIndexNN64),
    NN128(LtFmIndexNN128),
    AO64(LtFmIndexAO64),
    AO128(LtFmIndexAO128),
    AN64(LtFmIndexAN64),
    AN128(LtFmIndexAN128),
}
Expand description

Wrapper for LtFmIndex to be generated safely from crate::LtFmIndexConfig

Variants

Tuple Fields of NO64

0: LtFmIndexNO64

Tuple Fields of NO128

0: LtFmIndexNO128

Tuple Fields of NN64

0: LtFmIndexNN64

Tuple Fields of NN128

0: LtFmIndexNN128

Tuple Fields of AO64

0: LtFmIndexAO64

Tuple Fields of AO128

0: LtFmIndexAO128

Tuple Fields of AN64

0: LtFmIndexAN64

Tuple Fields of AN128

0: LtFmIndexAN128

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Count the number of times the Pattern appears.

Locate the start index in which the Pattern appears. The result vector is not sorted.

Write to file

Read from file

Write to Writer

Read from Readr

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

This method tests for !=.

Serialize this value into the given Serde serializer. 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.