pub struct OrderByClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for OrderByClause
impl AstNode for OrderByClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
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 (const: unstable) · 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
impl Eq for OrderByClause
Source§impl Hash for OrderByClause
impl Hash for OrderByClause
Source§impl PartialEq for OrderByClause
impl PartialEq for OrderByClause
impl StructuralPartialEq for OrderByClause
Auto Trait Implementations§
impl !RefUnwindSafe for OrderByClause
impl !Send for OrderByClause
impl !Sync for OrderByClause
impl !UnwindSafe for OrderByClause
impl Freeze for OrderByClause
impl Unpin for OrderByClause
impl UnsafeUnpin 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