pub struct GraphTableFn { /* private fields */ }Implementations§
Source§impl GraphTableFn
impl GraphTableFn
pub fn expr_as_name_list(&self) -> Option<ExprAsNameList>
pub fn path(&self) -> Option<Path>
pub fn path_pattern_list(&self) -> Option<PathPatternList>
pub fn where_clause(&self) -> Option<WhereClause>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn columns_token(&self) -> Option<SyntaxToken>
pub fn graph_table_token(&self) -> Option<SyntaxToken>
pub fn match_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for GraphTableFn
impl AstNode for GraphTableFn
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 GraphTableFn
impl Clone for GraphTableFn
Source§fn clone(&self) -> GraphTableFn
fn clone(&self) -> GraphTableFn
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 GraphTableFn
impl Debug for GraphTableFn
Source§impl Hash for GraphTableFn
impl Hash for GraphTableFn
Source§impl PartialEq for GraphTableFn
impl PartialEq for GraphTableFn
impl Eq for GraphTableFn
impl StructuralPartialEq for GraphTableFn
Auto Trait Implementations§
impl Freeze for GraphTableFn
impl !RefUnwindSafe for GraphTableFn
impl !Send for GraphTableFn
impl !Sync for GraphTableFn
impl Unpin for GraphTableFn
impl UnsafeUnpin for GraphTableFn
impl !UnwindSafe for GraphTableFn
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