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