pub struct WindowClause { /* private fields */ }
Implementations§
Source§impl WindowClause
impl WindowClause
pub fn window_defs(&self) -> AstChildren<WindowDef> ⓘ
pub fn window_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WindowClause
impl AstNode for WindowClause
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 WindowClause
impl Clone for WindowClause
Source§fn clone(&self) -> WindowClause
fn clone(&self) -> WindowClause
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 WindowClause
impl Debug for WindowClause
Source§impl Hash for WindowClause
impl Hash for WindowClause
Source§impl PartialEq for WindowClause
impl PartialEq for WindowClause
impl Eq for WindowClause
impl StructuralPartialEq for WindowClause
Auto Trait Implementations§
impl Freeze for WindowClause
impl !RefUnwindSafe for WindowClause
impl !Send for WindowClause
impl !Sync for WindowClause
impl Unpin for WindowClause
impl !UnwindSafe for WindowClause
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