Struct riker::protocol::Info[][src]

pub struct Info;

Message type received in response to Identify

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter. Read more

impl Clone for Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Auto Trait Implementations

impl Send for Info

impl Sync for Info