Struct riker_mapvec::MapVec[][src]

pub struct MapVec<Msg: Message> { /* fields omitted */ }

Trait Implementations

impl<Msg: Clone + Message> Clone for MapVec<Msg>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Msg: Message> EventStore for MapVec<Msg>
[src]

Auto Trait Implementations

impl<Msg> Send for MapVec<Msg>

impl<Msg> Sync for MapVec<Msg>