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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Important traits for Vec<u8>

Auto Trait Implementations

impl<Msg> Send for MapVec<Msg>

impl<Msg> Sync for MapVec<Msg>