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