pub struct WindowSpec { /* private fields */ }
Implementations§
Source§impl WindowSpec
impl WindowSpec
pub fn exprs(&self) -> AstChildren<Expr> ⓘ
pub fn frame_clause(&self) -> Option<FrameClause>
pub fn order_by_clause(&self) -> Option<OrderByClause>
pub fn by_token(&self) -> Option<SyntaxToken>
pub fn ident_token(&self) -> Option<SyntaxToken>
pub fn partition_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WindowSpec
impl AstNode for WindowSpec
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 WindowSpec
impl Clone for WindowSpec
Source§fn clone(&self) -> WindowSpec
fn clone(&self) -> WindowSpec
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 WindowSpec
impl Debug for WindowSpec
Source§impl Hash for WindowSpec
impl Hash for WindowSpec
Source§impl PartialEq for WindowSpec
impl PartialEq for WindowSpec
impl Eq for WindowSpec
impl StructuralPartialEq for WindowSpec
Auto Trait Implementations§
impl Freeze for WindowSpec
impl !RefUnwindSafe for WindowSpec
impl !Send for WindowSpec
impl !Sync for WindowSpec
impl Unpin for WindowSpec
impl !UnwindSafe for WindowSpec
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