Enum riker::protocol::ActorCmd[][src]

pub enum ActorCmd {
    Stop,
    Restart,
}

Variants

Trait Implementations

impl Clone for ActorCmd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActorCmd
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ActorCmd

impl Sync for ActorCmd