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