Struct rain_core::comm::RegisterMsg[][src]

pub struct RegisterMsg {
    pub protocol: String,
    pub executor_id: ExecutorId,
    pub executor_type: String,
}

First message sent from executor to verify the protocol version, executor ID and executor type.

Fields

Executor protocol version

SUbgovernor ID as assigned to the governor

Executor task name prefix in task names

Trait Implementations

impl Clone for RegisterMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RegisterMsg
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RegisterMsg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for RegisterMsg

impl Sync for RegisterMsg