pub struct DropVertexTables { /* private fields */ }Implementations§
Source§impl DropVertexTables
impl DropVertexTables
pub fn names(&self) -> AstChildren<Name> ⓘ
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn cascade_token(&self) -> Option<SyntaxToken>
pub fn drop_token(&self) -> Option<SyntaxToken>
pub fn node_token(&self) -> Option<SyntaxToken>
pub fn restrict_token(&self) -> Option<SyntaxToken>
pub fn tables_token(&self) -> Option<SyntaxToken>
pub fn vertex_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropVertexTables
impl AstNode for DropVertexTables
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 DropVertexTables
impl Clone for DropVertexTables
Source§fn clone(&self) -> DropVertexTables
fn clone(&self) -> DropVertexTables
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 DropVertexTables
impl Debug for DropVertexTables
Source§impl From<DropVertexTables> for AlterPropertyGraphAction
impl From<DropVertexTables> for AlterPropertyGraphAction
Source§fn from(node: DropVertexTables) -> AlterPropertyGraphAction
fn from(node: DropVertexTables) -> AlterPropertyGraphAction
Converts to this type from the input type.
Source§impl Hash for DropVertexTables
impl Hash for DropVertexTables
Source§impl PartialEq for DropVertexTables
impl PartialEq for DropVertexTables
impl Eq for DropVertexTables
impl StructuralPartialEq for DropVertexTables
Auto Trait Implementations§
impl Freeze for DropVertexTables
impl !RefUnwindSafe for DropVertexTables
impl !Send for DropVertexTables
impl !Sync for DropVertexTables
impl Unpin for DropVertexTables
impl UnsafeUnpin for DropVertexTables
impl !UnwindSafe for DropVertexTables
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