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