Struct riker_default::MapVec [−][src]
pub struct MapVec<Msg> where
Msg: Message, { /* fields omitted */ }Trait Implementations
impl<Msg> Clone for MapVec<Msg> where
Msg: Clone + Message, [src]
impl<Msg> Clone for MapVec<Msg> where
Msg: Clone + Message, 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> EventStore for MapVec<Msg> where
Msg: Message, [src]
impl<Msg> EventStore for MapVec<Msg> where
Msg: Message,