Struct gazetta_core::model::index::Sort
[−]
[src]
pub struct Sort {
pub field: SortField,
pub direction: SortDirection,
}Fields
field: SortField
direction: SortDirection
Trait Implementations
impl Default for Sort[src]
impl Clone for Sort[src]
fn clone(&self) -> Sort[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Sort[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more