pub struct AlterPropertyGraph { /* private fields */ }Implementations§
Source§impl AlterPropertyGraph
impl AlterPropertyGraph
pub fn alter_property_graph_action(&self) -> Option<AlterPropertyGraphAction>
pub fn if_exists(&self) -> Option<IfExists>
pub fn path(&self) -> Option<Path>
pub fn alter_token(&self) -> Option<SyntaxToken>
pub fn graph_token(&self) -> Option<SyntaxToken>
pub fn property_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterPropertyGraph
impl AstNode for AlterPropertyGraph
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 AlterPropertyGraph
impl Clone for AlterPropertyGraph
Source§fn clone(&self) -> AlterPropertyGraph
fn clone(&self) -> AlterPropertyGraph
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 AlterPropertyGraph
impl Debug for AlterPropertyGraph
Source§impl From<AlterPropertyGraph> for Stmt
impl From<AlterPropertyGraph> for Stmt
Source§fn from(node: AlterPropertyGraph) -> Stmt
fn from(node: AlterPropertyGraph) -> Stmt
Converts to this type from the input type.
Source§impl Hash for AlterPropertyGraph
impl Hash for AlterPropertyGraph
Source§impl PartialEq for AlterPropertyGraph
impl PartialEq for AlterPropertyGraph
impl Eq for AlterPropertyGraph
impl StructuralPartialEq for AlterPropertyGraph
Auto Trait Implementations§
impl Freeze for AlterPropertyGraph
impl !RefUnwindSafe for AlterPropertyGraph
impl !Send for AlterPropertyGraph
impl !Sync for AlterPropertyGraph
impl Unpin for AlterPropertyGraph
impl UnsafeUnpin for AlterPropertyGraph
impl !UnwindSafe for AlterPropertyGraph
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