pub struct Index { /* private fields */ }Implementations§
Source§impl Index
impl Index
pub fn ident_token(&self) -> Option<SyntaxToken>
pub fn unsigned_int_token(&self) -> Option<SyntaxToken>
Trait Implementations§
impl Eq for Index
impl StructuralPartialEq for Index
Auto Trait Implementations§
impl !Send for Index
impl !Sync for Index
impl Freeze for Index
impl RefUnwindSafe for Index
impl Unpin for Index
impl UnsafeUnpin for Index
impl UnwindSafe for Index
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