Struct sofa::types::Index[][src]

pub struct Index {
    pub ddoc: Option<DocumentId>,
    pub name: String,
    pub index_type: String,
    pub def: IndexFields,
}

Index abstraction

Fields

Trait Implementations

impl Eq for Index
[src]

impl PartialEq for Index
[src]

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

This method tests for !=.

impl Debug for Index
[src]

Formats the value using the given formatter. Read more

impl Clone for Index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index