Struct gitql_ast::statement::OrderByStatement
source · pub struct OrderByStatement {
pub arguments: Vec<Box<dyn Expression>>,
pub sorting_orders: Vec<SortingOrder>,
}
Fields§
§arguments: Vec<Box<dyn Expression>>
§sorting_orders: Vec<SortingOrder>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderByStatement
impl !RefUnwindSafe for OrderByStatement
impl !Send for OrderByStatement
impl !Sync for OrderByStatement
impl Unpin for OrderByStatement
impl !UnwindSafe for OrderByStatement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more