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