Struct js::jsapi::HashMapEntry [] [src]

#[repr(C)]
pub struct HashMapEntry<Key, Value> { pub key_: Key, pub value_: Value, }

Fields

Trait Implementations

impl<Key: Debug, Value: Debug> Debug for HashMapEntry<Key, Value>
[src]

[src]

Formats the value using the given formatter.

impl<Key: Copy, Value: Copy> Copy for HashMapEntry<Key, Value>
[src]

impl<Key: Clone, Value: Clone> Clone for HashMapEntry<Key, Value>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more