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]

Trait Implementations

impl Clone for AttributeSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AttributeSpec

impl Sync for AttributeSpec