pub struct DropPropertyGraph { /* private fields */ }Implementations§
Source§impl DropPropertyGraph
impl DropPropertyGraph
pub fn if_exists(&self) -> Option<IfExists>
pub fn path(&self) -> Option<Path>
pub fn cascade_token(&self) -> Option<SyntaxToken>
pub fn drop_token(&self) -> Option<SyntaxToken>
pub fn graph_token(&self) -> Option<SyntaxToken>
pub fn property_token(&self) -> Option<SyntaxToken>
pub fn restrict_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropPropertyGraph
impl AstNode for DropPropertyGraph
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 DropPropertyGraph
impl Clone for DropPropertyGraph
Source§fn clone(&self) -> DropPropertyGraph
fn clone(&self) -> DropPropertyGraph
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 DropPropertyGraph
impl Debug for DropPropertyGraph
Source§impl From<DropPropertyGraph> for Stmt
impl From<DropPropertyGraph> for Stmt
Source§fn from(node: DropPropertyGraph) -> Stmt
fn from(node: DropPropertyGraph) -> Stmt
Converts to this type from the input type.
Source§impl Hash for DropPropertyGraph
impl Hash for DropPropertyGraph
Source§impl PartialEq for DropPropertyGraph
impl PartialEq for DropPropertyGraph
impl Eq for DropPropertyGraph
impl StructuralPartialEq for DropPropertyGraph
Auto Trait Implementations§
impl Freeze for DropPropertyGraph
impl !RefUnwindSafe for DropPropertyGraph
impl !Send for DropPropertyGraph
impl !Sync for DropPropertyGraph
impl Unpin for DropPropertyGraph
impl UnsafeUnpin for DropPropertyGraph
impl !UnwindSafe for DropPropertyGraph
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