Struct comm::client::messages::TextMessage [] [src]

pub struct TextMessage {
    pub id: Address,
    pub sender: Address,
    pub text: String,
}

Fields

Methods

impl TextMessage
[src]

[src]

[src]

Trait Implementations

impl Debug for TextMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TextMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more