pub struct OrderByClause { /* private fields */ }
Implementations§
Source§impl OrderByClause
impl OrderByClause
pub fn sort_bys(&self) -> AstChildren<SortBy> ⓘ
pub fn by_token(&self) -> Option<SyntaxToken>
pub fn order_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for OrderByClause
impl AstNode for OrderByClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for OrderByClause
impl Clone for OrderByClause
Source§fn clone(&self) -> OrderByClause
fn clone(&self) -> OrderByClause
Returns a duplicate 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 moreSource§impl Debug for OrderByClause
impl Debug for OrderByClause
Source§impl Hash for OrderByClause
impl Hash for OrderByClause
Source§impl PartialEq for OrderByClause
impl PartialEq for OrderByClause
impl Eq for OrderByClause
impl StructuralPartialEq for OrderByClause
Auto Trait Implementations§
impl Freeze for OrderByClause
impl !RefUnwindSafe for OrderByClause
impl !Send for OrderByClause
impl !Sync for OrderByClause
impl Unpin for OrderByClause
impl !UnwindSafe for OrderByClause
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