Enum async_graphql::http::ClientMessage [−][src]
pub enum ClientMessage {
ConnectionInit {
payload: Option<Value>,
},
Start {
id: String,
payload: Request,
},
Stop {
id: String,
},
ConnectionTerminate,
}Expand description
A websocket message received from the client
Variants
A new connection
The start of a Websocket subscription
Show fields
The end of a Websocket subscription
Show fields
Fields of Stop
id: StringMessage ID
Connection terminated by the client
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ClientMessageimpl Send for ClientMessageimpl Sync for ClientMessageimpl Unpin for ClientMessageimpl !UnwindSafe for ClientMessageBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches 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