Struct in_place::dummy_collections::linked_list::DummyLinkedList
source · [−]pub struct DummyLinkedList<V> { /* private fields */ }
Expand description
stand in for std::collections::LinkedList
Trait Implementations
sourceimpl<V> GetFirstEntry<V> for DummyLinkedList<V>
impl<V> GetFirstEntry<V> for DummyLinkedList<V>
type Occupied<'c>
where
Self: 'c = DummyLinkedListOccupiedEntry<'c, V>
fn get_first_occupied<'c>(&'c mut self) -> Option<Self::Occupied<'c>>
sourceimpl<V> GetLastEntry<V> for DummyLinkedList<V>
impl<V> GetLastEntry<V> for DummyLinkedList<V>
type Occupied<'c>
where
Self: 'c = DummyLinkedListOccupiedEntry<'c, V>
fn get_last_occupied<'c>(&'c mut self) -> Option<Self::Occupied<'c>>
Auto Trait Implementations
impl<V> RefUnwindSafe for DummyLinkedList<V> where
V: RefUnwindSafe,
impl<V> Send for DummyLinkedList<V> where
V: Send,
impl<V> Sync for DummyLinkedList<V> where
V: Sync,
impl<V> Unpin for DummyLinkedList<V> where
V: Unpin,
impl<V> UnwindSafe for DummyLinkedList<V> where
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more