Struct mentat_query_algebrizer::OrderBy
[−]
[src]
pub struct OrderBy(pub Direction, pub VariableColumn);
Represents an entry in the ORDER BY list: a variable or a variable's type tag. (We require order vars to be projected, so we can simply use a variable here.)
Trait Implementations
impl Clone for OrderBy
[src]
impl Clone for OrderBy
fn clone(&self) -> OrderBy
[src]
fn clone(&self) -> OrderBy
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for OrderBy
[src]
impl Debug for OrderBy
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for OrderBy
[src]
impl Eq for OrderBy
impl PartialEq for OrderBy
[src]
impl PartialEq for OrderBy
fn eq(&self, __arg_0: &OrderBy) -> bool
[src]
fn eq(&self, __arg_0: &OrderBy) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OrderBy) -> bool
[src]
fn ne(&self, __arg_0: &OrderBy) -> bool
This method tests for !=
.
impl From<Order> for OrderBy
[src]
impl From<Order> for OrderBy