Struct riker::protocol::Identify[][src]

pub struct Identify;

Message type to request actor info

Trait Implementations

impl<Msg: Message> Into<ActorMsg<Msg>> for Identify
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Identify

impl Sync for Identify