Type Alias Key

Source
pub type Key<K, V> = Key<AstPtr<K>, V, AstPtrPolicy<K, V>>;

Aliased Type§

struct Key<K, V> { /* private fields */ }

Trait Implementations

Source§

impl<K, V, P> Clone for Key<K, V, P>

Source§

fn clone(&self) -> Key<K, V, P>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<K, V, P> Copy for Key<K, V, P>