Home
last modified time | relevance | path

Searched refs:CursorMut (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/intrusive-collections/src/
Drbtree.rs872 pub struct CursorMut<'a, A: Adapter>
880 impl<'a, A: Adapter> CursorMut<'a, A> impl
1131 impl<'a, A: for<'b> KeyAdapter<'b>> CursorMut<'a, A>
1241 pub fn cursor_mut(&mut self) -> CursorMut<'_, A> {
1242 CursorMut {
1273 ) -> CursorMut<'_, A> {
1274 CursorMut {
1292 pub fn front_mut(&mut self) -> CursorMut<'_, A> {
1310 pub fn back_mut(&mut self) -> CursorMut<'_, A> {
1452 pub fn find_mut<'a, Q: ?Sized + Ord>(&'a mut self, key: &Q) -> CursorMut<'a, A>
[all …]
Dsingly_linked_list.rs382 pub struct CursorMut<'a, A: Adapter>
390 impl<'a, A: Adapter> CursorMut<'a, A> impl
704 pub fn cursor_mut(&mut self) -> CursorMut<'_, A> {
705 CursorMut {
736 ) -> CursorMut<'_, A> {
737 CursorMut {
755 pub fn front_mut(&mut self) -> CursorMut<'_, A> {
Dxor_linked_list.rs409 pub struct CursorMut<'a, A: Adapter>
419 impl<'a, A: Adapter> CursorMut<'a, A> impl
970 pub fn cursor_mut(&mut self) -> CursorMut<'_, A> {
971 CursorMut {
1018 ) -> CursorMut<'_, A> {
1027 CursorMut {
1074 ) -> CursorMut<'_, A> {
1083 CursorMut {
1103 pub fn front_mut(&mut self) -> CursorMut<'_, A> {
1121 pub fn back_mut(&mut self) -> CursorMut<'_, A> {
Dlinked_list.rs462 pub struct CursorMut<'a, A: Adapter>
470 impl<'a, A: Adapter> CursorMut<'a, A> impl
901 pub fn cursor_mut(&mut self) -> CursorMut<'_, A> {
902 CursorMut {
933 ) -> CursorMut<'_, A> {
934 CursorMut {
952 pub fn front_mut(&mut self) -> CursorMut<'_, A> {
970 pub fn back_mut(&mut self) -> CursorMut<'_, A> {