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