Struct sse::BroadcastMessage[][src]

pub struct BroadcastMessage { /* fields omitted */ }

Methods

impl BroadcastMessage
[src]

data should not contain newline...

Trait Implementations

impl Debug for BroadcastMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for BroadcastMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations