Struct riker::protocol::SystemEnvelope[][src]

pub struct SystemEnvelope<T: Message> {
    pub sender: Option<ActorRef<T>>,
    pub msg: SystemMsg<T>,
}

Wraps system message and sender

Fields

Trait Implementations

impl<T: Clone + Message> Clone for SystemEnvelope<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Message> Debug for SystemEnvelope<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for SystemEnvelope<T>

impl<T> Sync for SystemEnvelope<T> where
    T: Sync