Struct riker_mapvec::MapVec [−][src]
pub struct MapVec<Msg: Message> { /* fields omitted */ }
Trait Implementations
impl<Msg: Clone + Message> Clone for MapVec<Msg>[src]
impl<Msg: Clone + Message> Clone for MapVec<Msg>fn clone(&self) -> MapVec<Msg>[src]
fn clone(&self) -> MapVec<Msg>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<Msg: Message> EventStore for MapVec<Msg>[src]
impl<Msg: Message> EventStore for MapVec<Msg>