pub struct DropVertexEdgeLabelProperties { /* private fields */ }Implementations§
Source§impl DropVertexEdgeLabelProperties
impl DropVertexEdgeLabelProperties
pub fn name_ref(&self) -> Option<NameRef>
pub fn names(&self) -> AstChildren<Name> ⓘ
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
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 properties_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 DropVertexEdgeLabelProperties
impl AstNode for DropVertexEdgeLabelProperties
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 DropVertexEdgeLabelProperties
impl Clone for DropVertexEdgeLabelProperties
Source§fn clone(&self) -> DropVertexEdgeLabelProperties
fn clone(&self) -> DropVertexEdgeLabelProperties
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 From<DropVertexEdgeLabelProperties> for AlterPropertyGraphAction
impl From<DropVertexEdgeLabelProperties> for AlterPropertyGraphAction
Source§fn from(node: DropVertexEdgeLabelProperties) -> AlterPropertyGraphAction
fn from(node: DropVertexEdgeLabelProperties) -> AlterPropertyGraphAction
Converts to this type from the input type.
Source§impl Hash for DropVertexEdgeLabelProperties
impl Hash for DropVertexEdgeLabelProperties
Source§impl PartialEq for DropVertexEdgeLabelProperties
impl PartialEq for DropVertexEdgeLabelProperties
Source§fn eq(&self, other: &DropVertexEdgeLabelProperties) -> bool
fn eq(&self, other: &DropVertexEdgeLabelProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DropVertexEdgeLabelProperties
impl StructuralPartialEq for DropVertexEdgeLabelProperties
Auto Trait Implementations§
impl Freeze for DropVertexEdgeLabelProperties
impl !RefUnwindSafe for DropVertexEdgeLabelProperties
impl !Send for DropVertexEdgeLabelProperties
impl !Sync for DropVertexEdgeLabelProperties
impl Unpin for DropVertexEdgeLabelProperties
impl UnsafeUnpin for DropVertexEdgeLabelProperties
impl !UnwindSafe for DropVertexEdgeLabelProperties
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