Struct edgedb_query::queries::select::OrderOptions
source · pub struct OrderOptions {
pub order_by: String,
pub order_direction: Option<OrderDir>,
}Expand description
Select query Order options
Fields§
§order_by: String§order_direction: Option<OrderDir>Trait Implementations§
source§impl Clone for OrderOptions
impl Clone for OrderOptions
source§fn clone(&self) -> OrderOptions
fn clone(&self) -> OrderOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more