Enum mentat_query_algebrizer::FulltextColumn [] [src]

pub enum FulltextColumn {
    Rowid,
    Text,
}

One of the named columns of our fulltext values table.

Variants

Methods

impl FulltextColumn
[src]

Trait Implementations

impl PartialEq for FulltextColumn
[src]

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

This method tests for !=.

impl Eq for FulltextColumn
[src]

impl Clone for FulltextColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ColumnName for FulltextColumn
[src]

impl Debug for FulltextColumn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FulltextColumn

impl Sync for FulltextColumn