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
sort: Sort
directories: Vec<Pattern>
paginate: Option<u32>
max: Option<u32>
compact: bool
Trait Implementations
impl Debug for Index
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more