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