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