Struct aoc_search::pairs_map::PairsMap
source · pub struct PairsMap<Key, Val> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<Key, Val> FromIterator<(Key, Key, Val)> for PairsMap<Key, Val>where
Key: Clone + Eq + Hash + Ord,
Val: Clone + Default,
impl<Key, Val> FromIterator<(Key, Key, Val)> for PairsMap<Key, Val>where Key: Clone + Eq + Hash + Ord, Val: Clone + Default,
source§fn from_iter<Iter: IntoIterator<Item = (Key, Key, Val)>>(iter: Iter) -> Self
fn from_iter<Iter: IntoIterator<Item = (Key, Key, Val)>>(iter: Iter) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl<Key, Val> RefUnwindSafe for PairsMap<Key, Val>where Key: RefUnwindSafe, Val: RefUnwindSafe,
impl<Key, Val> Send for PairsMap<Key, Val>where Key: Send, Val: Send,
impl<Key, Val> Sync for PairsMap<Key, Val>where Key: Sync, Val: Sync,
impl<Key, Val> Unpin for PairsMap<Key, Val>where Key: Unpin, Val: Unpin,
impl<Key, Val> UnwindSafe for PairsMap<Key, Val>where Key: UnwindSafe, Val: UnwindSafe,
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