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