Struct riker::system::NoEventStore[][src]

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Important traits for Vec<u8>

Auto Trait Implementations

impl<Msg> Send for NoEventStore<Msg>

impl<Msg> Sync for NoEventStore<Msg>