Struct gazetta_core::model::index::Index [] [src]

pub struct Index {
    pub sort: Sort,
    pub directories: Vec<Pattern>,
    pub paginate: Option<u32>,
    pub max: Option<u32>,
    pub compact: bool,
}

Fields

Trait Implementations

impl Debug for Index
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Index
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index