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