Struct riker::actors::Evt[][src]

pub struct Evt<Msg: Message> {
    pub date: DateTime<Utc>,
    pub msg: Msg,
}

Fields

Methods

impl<Msg: Message> Evt<Msg>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Msg: Debug + Message> Debug for Evt<Msg>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Msg> Send for Evt<Msg>

impl<Msg> Sync for Evt<Msg> where
    Msg: Sync