Struct js::jsapi::HashMapEntry
[−]
[src]
#[repr(C)]pub struct HashMapEntry<Key, Value> { pub key_: Key, pub value_: Value, }
Fields
key_: Key
value_: Value
Trait Implementations
impl<Key: Debug, Value: Debug> Debug for HashMapEntry<Key, Value>
[src]
impl<Key: Copy, Value: Copy> Copy for HashMapEntry<Key, Value>
[src]
impl<Key: Clone, Value: Clone> Clone for HashMapEntry<Key, Value>
[src]
fn clone(&self) -> HashMapEntry<Key, Value>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more