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