Struct linked_list::unsafe_list::Cursor
source · pub struct Cursor<'a, A: Adapter + ?Sized> { /* private fields */ }
Expand description
A list cursor that allows traversing a linked list and inspecting elements.
Implementations§
Auto Trait Implementations§
impl<'a, A: ?Sized> RefUnwindSafe for Cursor<'a, A>
impl<'a, A> !Send for Cursor<'a, A>
impl<'a, A> !Sync for Cursor<'a, A>
impl<'a, A: ?Sized> Unpin for Cursor<'a, A>
impl<'a, A: ?Sized> UnwindSafe for Cursor<'a, A>
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