Struct miri::borrow_tracker::tree_borrows::unimap::tests::MapWitness
source · struct MapWitness<K, V> {
key: UniKeyMap<K>,
val: UniValMap<V>,
map: FxHashMap<K, V>,
}
Fields§
§key: UniKeyMap<K>
§val: UniValMap<V>
§map: FxHashMap<K, V>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> RefUnwindSafe for MapWitness<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,
impl<K, V> Send for MapWitness<K, V>where K: Send, V: Send,
impl<K, V> Sync for MapWitness<K, V>where K: Sync, V: Sync,
impl<K, V> Unpin for MapWitness<K, V>where K: Unpin, V: Unpin,
impl<K, V> UnwindSafe for MapWitness<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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 112 bytes