Struct jamsocket_server::MessageFromServer [−][src]
pub struct MessageFromServer {
pub to_client: MessageRecipient,
pub data: MessageData,
}
Expand description
Represents a message sent to one or more clients from the server.
Fields
to_client: MessageRecipient
data: MessageData
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageFromServer
impl Send for MessageFromServer
impl Sync for MessageFromServer
impl Unpin for MessageFromServer
impl UnwindSafe for MessageFromServer
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more