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