pub struct ConflictIndexItem { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ConflictIndexItem
impl AstNode for ConflictIndexItem
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 ConflictIndexItem
impl Clone for ConflictIndexItem
Source§fn clone(&self) -> ConflictIndexItem
fn clone(&self) -> ConflictIndexItem
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 ConflictIndexItem
impl Debug for ConflictIndexItem
Source§impl Hash for ConflictIndexItem
impl Hash for ConflictIndexItem
Source§impl PartialEq for ConflictIndexItem
impl PartialEq for ConflictIndexItem
impl Eq for ConflictIndexItem
impl StructuralPartialEq for ConflictIndexItem
Auto Trait Implementations§
impl Freeze for ConflictIndexItem
impl !RefUnwindSafe for ConflictIndexItem
impl !Send for ConflictIndexItem
impl !Sync for ConflictIndexItem
impl Unpin for ConflictIndexItem
impl !UnwindSafe for ConflictIndexItem
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