pub struct SlugMap<V> { /* private fields */ }
Expand description
Implementations§
Source§impl<V> SlugMap<V>
impl<V> SlugMap<V>
Trait Implementations§
Source§impl<S, V> FromIterator<(S, V)> for SlugMap<V>
impl<S, V> FromIterator<(S, V)> for SlugMap<V>
impl<V: Eq> Eq for SlugMap<V>
impl<V> StructuralPartialEq for SlugMap<V>
Auto Trait Implementations§
impl<V> Freeze for SlugMap<V>
impl<V> RefUnwindSafe for SlugMap<V>where
V: RefUnwindSafe,
impl<V> Send for SlugMap<V>where
V: Send,
impl<V> Sync for SlugMap<V>where
V: Sync,
impl<V> Unpin for SlugMap<V>where
V: Unpin,
impl<V> UnwindSafe for SlugMap<V>where
V: 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