Enum mentat_db::cache::AttributeSpec [] [src]

pub enum AttributeSpec {
    All,
    Specified {
        fts: Vec<Entid>,
        non_fts: Vec<Entid>,
    },
}

Variants

Fields of Specified

Methods

impl AttributeSpec
[src]

[src]

[src]

Trait Implementations

impl Clone for AttributeSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more