Struct trove::ArenaIdx[][src]

pub struct ArenaIdx { /* fields omitted */ }

A reference into the arena that can be used for lookup Also contains a hacky !Send workaround by bundling a PhantomData<Rc<_>>

Trait Implementations

impl Clone for ArenaIdx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ArenaIdx
[src]

impl Debug for ArenaIdx
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ArenaIdx

impl !Sync for ArenaIdx