Struct sofa::types::IndexFields[][src]

pub struct IndexFields {
    pub fields: Vec<SortSpec>,
}

Index fields abstraction

Fields

Methods

impl IndexFields
[src]

Trait Implementations

impl Eq for IndexFields
[src]

impl PartialEq for IndexFields
[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 IndexFields
[src]

Formats the value using the given formatter. Read more

impl Clone for IndexFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IndexFields

impl Sync for IndexFields