Struct channel_protocol::ChannelMessage[][src]

pub struct ChannelMessage {
    pub channel_id: u32,
    pub name: String,
    pub payload: Vec<Value>,
}

Channel message structure

Fields

Channel ID

Message name

Message payload

Trait Implementations

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Message
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChannelMessage

impl Sync for ChannelMessage