Enum mentat_db::cache::AttributeSpec
[−]
[src]
pub enum AttributeSpec { All, Specified { fts: Vec<Entid>, non_fts: Vec<Entid>, }, }
Variants
All
Specified
Fields of Specified
fts: Vec<Entid> | |
non_fts: Vec<Entid> |
Methods
impl AttributeSpec
[src]
pub fn all() -> AttributeSpec
[src]
pub fn specified(attrs: &BTreeSet<Entid>, schema: &Schema) -> AttributeSpec
[src]
Trait Implementations
impl Clone for AttributeSpec
[src]
fn clone(&self) -> AttributeSpec
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more