Struct pancake_engine_ssi::ds_n_a::ordered_dict::DictValue
source · struct DictValue<K, V> {
newer_k: Option<K>,
v: V,
older_k: Option<K>,
}Fields§
§newer_k: Option<K>§v: V§older_k: Option<K>Auto Trait Implementations§
impl<K, V> RefUnwindSafe for DictValue<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for DictValue<K, V>
impl<K, V> Sync for DictValue<K, V>
impl<K, V> Unpin for DictValue<K, V>
impl<K, V> UnwindSafe for DictValue<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