pub struct WindowFuncOption { /* private fields */ }
Implementations§
Source§impl WindowFuncOption
impl WindowFuncOption
pub fn window_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WindowFuncOption
impl AstNode for WindowFuncOption
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 WindowFuncOption
impl Clone for WindowFuncOption
Source§fn clone(&self) -> WindowFuncOption
fn clone(&self) -> WindowFuncOption
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 WindowFuncOption
impl Debug for WindowFuncOption
Source§impl From<WindowFuncOption> for FuncOption
impl From<WindowFuncOption> for FuncOption
Source§fn from(node: WindowFuncOption) -> FuncOption
fn from(node: WindowFuncOption) -> FuncOption
Converts to this type from the input type.
Source§impl Hash for WindowFuncOption
impl Hash for WindowFuncOption
Source§impl PartialEq for WindowFuncOption
impl PartialEq for WindowFuncOption
impl Eq for WindowFuncOption
impl StructuralPartialEq for WindowFuncOption
Auto Trait Implementations§
impl Freeze for WindowFuncOption
impl !RefUnwindSafe for WindowFuncOption
impl !Send for WindowFuncOption
impl !Sync for WindowFuncOption
impl Unpin for WindowFuncOption
impl !UnwindSafe for WindowFuncOption
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