Struct gluon_base::fixed::FixedMap
source · pub struct FixedMap<K, V> { /* private fields */ }
Implementations§
source§impl<K: Eq + Hash, V> FixedMap<K, V>
impl<K: Eq + Hash, V> FixedMap<K, V>
Trait Implementations§
Auto Trait Implementations§
impl<K, V> !RefUnwindSafe for FixedMap<K, V>
impl<K, V> Send for FixedMap<K, V>
impl<K, V> !Sync for FixedMap<K, V>
impl<K, V> Unpin for FixedMap<K, V>
impl<K, V> UnwindSafe for FixedMap<K, V>where
K: UnwindSafe,
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