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