Lines Matching full:mutable
610 // have a mutable reference to the list.
644 // since we have a mutable reference to the list containing `item`.
821 // on the returned `ArcBorrow`, because removing it from the list would require mutable
1148 // on the returned `ArcBorrow`, because removing it from the list would require mutable
1150 // an immutable borrow on the `CursorPeek`, which in turn holds a mutable borrow on the
1151 // `Cursor`, which in turn holds a mutable borrow on the `List`, so any such mutable
1174 // annotated on the returned `&T`, because removing it from the list would require mutable
1176 // immutable borrow on the `CursorPeek`, which in turn holds a mutable borrow on the
1177 // `Cursor`, which in turn holds a mutable borrow on the `List`, so any such mutable access