Struct sockjs::Message [] [src]

pub struct Message(pub String);

Trait Implementations

impl Message for Message
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Debug for Message
[src]

[src]

Formats the value using the given formatter. Read more

impl From<&'static str> for Message
[src]

[src]

Performs the conversion.

impl From<String> for Message
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Message

impl Sync for Message