Struct partiql_ast::ast::SortSpec
source · pub struct SortSpec {
pub expr: Box<Expr>,
pub ordering_spec: Option<OrderingSpec>,
pub null_ordering_spec: Option<NullOrderingSpec>,
}
Expand description
Fields§
§expr: Box<Expr>
§ordering_spec: Option<OrderingSpec>
§null_ordering_spec: Option<NullOrderingSpec>
Trait Implementations§
source§impl PartialEq<SortSpec> for SortSpec
impl PartialEq<SortSpec> for SortSpec
impl StructuralPartialEq for SortSpec
Auto Trait Implementations§
impl RefUnwindSafe for SortSpec
impl Send for SortSpec
impl Sync for SortSpec
impl Unpin for SortSpec
impl UnwindSafe for SortSpec
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